You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/yarl/files/yarl-1.4.2-test-without-cov...

25 lines
585 B

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