1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch

9 lines
250 B
Diff

--- a/runtests
+++ b/runtests
@@ -85,5 +85,5 @@
cov.start()
exit_on_failure(pytest.main(pytest_args))
cov.stop()
- exit_on_failure(flake8_main(FLAKE8_ARGS))
+ # exit_on_failure(flake8_main(FLAKE8_ARGS))
report_coverage(cov)