dev-python/pymemcache: no coverage

Closes: https://bugs.gentoo.org/815601
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-09 02:50:29 +02:00
parent f528d5fd12
commit 7af934217d
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,6 @@
--tb=short
--capture=no
-rfEsxX
- --cov=pymemcache --cov-config=setup.cfg --cov-report=xml --cov-report=term-missing
-m unit
markers =
unit

View File

@@ -30,4 +30,6 @@ DEPEND="
)
"
PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" )
distutils_enable_tests pytest