aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-core-api/no-flake8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-core-api/no-flake8.patch')
-rw-r--r--community/py3-core-api/no-flake8.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/py3-core-api/no-flake8.patch b/community/py3-core-api/no-flake8.patch
new file mode 100644
index 0000000000..39d8152eef
--- /dev/null
+++ b/community/py3-core-api/no-flake8.patch
@@ -0,0 +1,11 @@
+diff --git a/runtests b/runtests
+index 8b260d9..dba9456 100755
+--- a/runtests
++++ b/runtests
+@@ -86,5 +86,4 @@ if __name__ == "__main__":
+ cov.start()
+ exit_on_failure(pytest.main(pytest_args))
+ cov.stop()
+- exit_on_failure(flake8_main(FLAKE8_ARGS))
+ report_coverage(cov)
+