diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 04:45:13 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 08:05:00 +0000 |
commit | d5e1d60c43cb031602c3ec0da35ab2f100115672 (patch) | |
tree | a806b07bc45cc3c14bf53d7bae447c69e382aa64 /testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch | |
parent | b7fbb3f41e08b64b33b823a16f064dbc3233959a (diff) | |
download | aports-d5e1d60c43cb031602c3ec0da35ab2f100115672.tar.bz2 aports-d5e1d60c43cb031602c3ec0da35ab2f100115672.tar.xz |
testing/py3-openapi-codec: rename from py-openapi-codec
Diffstat (limited to 'testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch')
-rw-r--r-- | testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch b/testing/py3-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch new file mode 100644 index 0000000000..b2cee84904 --- /dev/null +++ b/testing/py3-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) |