diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 04:44:51 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 08:05:00 +0000 |
commit | b7fbb3f41e08b64b33b823a16f064dbc3233959a (patch) | |
tree | 78ce2bb34059a3eee9d28a0e4d561e8c90f5dc71 /testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch | |
parent | 954df737d5001dff877e045fd1397bb190cdd58d (diff) | |
download | aports-b7fbb3f41e08b64b33b823a16f064dbc3233959a.tar.bz2 aports-b7fbb3f41e08b64b33b823a16f064dbc3233959a.tar.xz |
testing/py-openapi-codec: move from unmaintained
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.patch | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 0000000000..b2cee84904 --- /dev/null +++ b/testing/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) |