linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / python-modules / jaraco_itertools / 0001-Don-t-run-flake8-checks-during-the-build.patch
blob2dcf7d64862612c91b5b2626b9afe5c752cced0d
1 From fd56b0d85393d684bd3bf99f33d8638da884282f Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
3 Date: Thu, 25 Jun 2020 09:52:11 +0100
4 Subject: [PATCH] disable flake8/black8/coverage from tests
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
10 ---
11 pytest.ini | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/pytest.ini b/pytest.ini
15 index 5027d34..4e2a2d2 100644
16 --- a/pytest.ini
17 +++ b/pytest.ini
18 @@ -1,5 +1,5 @@
19 [pytest]
20 norecursedirs=dist build .tox .eggs
21 -addopts=--doctest-modules --flake8 --black --cov
22 +addopts=--doctest-modules
23 doctest_optionflags=ALLOW_UNICODE ELLIPSIS ALLOW_BYTES
24 filterwarnings=
25 --
26 2.27.0