aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
diff options
context:
space:
mode:
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, 0 insertions, 9 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
deleted file mode 100644
index b2cee84904..0000000000
--- a/unmaintained/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)