diff options
Diffstat (limited to 'dev-python/yarl/files/yarl-1.4.2-test-without-coverage.patch')
-rw-r--r-- | dev-python/yarl/files/yarl-1.4.2-test-without-coverage.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/yarl/files/yarl-1.4.2-test-without-coverage.patch b/dev-python/yarl/files/yarl-1.4.2-test-without-coverage.patch new file mode 100644 index 000000000000..6fac57fdd249 --- /dev/null +++ b/dev-python/yarl/files/yarl-1.4.2-test-without-coverage.patch @@ -0,0 +1,24 @@ +From 364faab4ba6d433fdb31785ee14c25fa4d65dbb4 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Wed, 4 Mar 2020 22:23:40 +0100 +Subject: [PATCH] setup.cfg: Stop collecting coverage during test execution + +--- + setup.cfg | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.cfg b/setup.cfg +index a9c0f7b..aea046b 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -2,7 +2,6 @@ + license_file = LICENSE + + [tool:pytest] +-addopts = --cov=yarl -v + filterwarnings = error + norecursedirs = dist docs build .tox .eggs venv virtualenv .git + minversion = 3.8.2 +-- +2.24.1 + |