From b1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 26 Sep 2019 19:55:22 -0300 Subject: community/py3-core-api: move from testing --- community/py3-core-api/no-flake8.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/py3-core-api/no-flake8.patch (limited to 'community/py3-core-api/no-flake8.patch') diff --git a/community/py3-core-api/no-flake8.patch b/community/py3-core-api/no-flake8.patch new file mode 100644 index 0000000000..39d8152eef --- /dev/null +++ b/community/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) + -- cgit v1.2.3