aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
blob: b2cee84904e82608b2420337dff8cf0f61330519 (plain)
1
2
3
4
5
6
7
8
9
--- 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)