aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-14 04:45:13 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-14 08:05:00 +0000
commitd5e1d60c43cb031602c3ec0da35ab2f100115672 (patch)
treea806b07bc45cc3c14bf53d7bae447c69e382aa64 /testing/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch
parentb7fbb3f41e08b64b33b823a16f064dbc3233959a (diff)
downloadaports-d5e1d60c43cb031602c3ec0da35ab2f100115672.tar.bz2
aports-d5e1d60c43cb031602c3ec0da35ab2f100115672.tar.xz
testing/py3-openapi-codec: rename from py-openapi-codec
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.patch9
1 files changed, 0 insertions, 9 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
deleted file mode 100644
index b2cee84904..0000000000
--- a/testing/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)