Files
gentoo/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
Sam James c7fbed873f dev-python/ipykernel: add 6.5.0
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>
2021-11-15 03:29:30 +00:00

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",