aboutsummaryrefslogtreecommitdiffstats
path: root/testing/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 /testing/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 'testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch')
-rw-r--r--testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch b/testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
deleted file mode 100644
index b2cee84904..0000000000
--- a/testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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)