From 1591cba4f49d96d4cfc327a9853b1b2e46168e73 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 26 May 2019 00:41:50 -0300 Subject: unmaintained/py-openapi-codec: move from testing Closes GH-8116 --- .../disable-flake8-tests-that-requires-pyflake15.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch (limited to 'unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch') 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 new file mode 100644 index 0000000000..b2cee84904 --- /dev/null +++ b/unmaintained/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) -- cgit v1.2.3