aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-26 00:41:50 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 17:00:17 +0000
commit1591cba4f49d96d4cfc327a9853b1b2e46168e73 (patch)
treebef4015552e787832111aefb9c5c2399652cca26 /unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
parent421343f8aadc97b88a6c4d43324efb3716c7b8ca (diff)
downloadaports-1591cba4f49d96d4cfc327a9853b1b2e46168e73.tar.bz2
aports-1591cba4f49d96d4cfc327a9853b1b2e46168e73.tar.xz
unmaintained/py-openapi-codec: move from testing
Closes GH-8116
Diffstat (limited to 'unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch')
-rw-r--r--unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch b/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
new file mode 100644
index 0000000000..b2cee84904
--- /dev/null
+++ b/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
@@ -0,0 +1,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)