From b7fbb3f41e08b64b33b823a16f064dbc3233959a Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Jun 2019 04:44:51 -0300 Subject: testing/py-openapi-codec: move from unmaintained --- .../disable-flake8-tests-that-requires-pyflake15.patch | 9 --------- 1 file changed, 9 deletions(-) delete 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 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) -- cgit v1.2.3