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-06-14 04:44:51 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-14 08:05:00 +0000
commitb7fbb3f41e08b64b33b823a16f064dbc3233959a (patch)
tree78ce2bb34059a3eee9d28a0e4d561e8c90f5dc71 /unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
parent954df737d5001dff877e045fd1397bb190cdd58d (diff)
downloadaports-b7fbb3f41e08b64b33b823a16f064dbc3233959a.tar.bz2
aports-b7fbb3f41e08b64b33b823a16f064dbc3233959a.tar.xz
testing/py-openapi-codec: move from unmaintained
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)