mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
This reverts commit 125ae59fa6
(adding it again with correct credit).
Thanks-to: Peter Volkov <peter.volkov@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
13 lines
420 B
Diff
13 lines
420 B
Diff
Drop unnecessary pytest-cov dependency (we don't care downstream about running coverage
|
|
reports in unit tests for users).
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -76,7 +76,6 @@ setup_args = dict(
|
|
extras_require={
|
|
"test": [
|
|
"pytest !=5.3.4",
|
|
- "pytest-cov",
|
|
"flaky",
|
|
"nose", # nose because we are still using nose streams from ipython
|
|
"ipyparallel",
|