diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 15:32:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 15:32:16 -0300 |
commit | 0a0f181cc635c90cc70fb6ff9ee0fea59f577dd1 (patch) | |
tree | 751952e6c034d0491edf2dd12afce06ffbf9c4c8 /testing/py3-core-api/no-flake8.patch | |
parent | 6c1ac9b988ba781b592a6cab66cc4295e6625344 (diff) | |
download | aports-0a0f181cc635c90cc70fb6ff9ee0fea59f577dd1.tar.bz2 aports-0a0f181cc635c90cc70fb6ff9ee0fea59f577dd1.tar.xz |
testing/py3-core-api: switch to py3
Diffstat (limited to 'testing/py3-core-api/no-flake8.patch')
-rw-r--r-- | testing/py3-core-api/no-flake8.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/py3-core-api/no-flake8.patch b/testing/py3-core-api/no-flake8.patch new file mode 100644 index 0000000000..39d8152eef --- /dev/null +++ b/testing/py3-core-api/no-flake8.patch @@ -0,0 +1,11 @@ +diff --git a/runtests b/runtests +index 8b260d9..dba9456 100755 +--- a/runtests ++++ b/runtests +@@ -86,5 +86,4 @@ if __name__ == "__main__": + cov.start() + exit_on_failure(pytest.main(pytest_args)) + cov.stop() +- exit_on_failure(flake8_main(FLAKE8_ARGS)) + report_coverage(cov) + |