mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.20
25 lines
585 B
Diff
25 lines
585 B
Diff
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
|
|
|