aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-core-api/no-flake8.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-26 19:55:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-09 08:03:07 -0300
commitb1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd (patch)
treee33370b6e8e6b967c811bbef911e8c11aeb135e6 /community/py3-core-api/no-flake8.patch
parent7b9912516f89918744ad9654a76e971c26bf0a21 (diff)
downloadaports-b1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd.tar.bz2
aports-b1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd.tar.xz
community/py3-core-api: move from testing
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)
+