summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe88d2e2c4..a288bee1ce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18536,15 +18536,10 @@ invoked on those path objects directly.")
(native-inputs
(modify-inputs (package-native-inputs python-path-bootstrap)
(append python-appdirs
+ python-more-itertools
python-packaging
python-pygments
- python-pytest
- python-pytest-black
- python-pytest-checkdocs
- python-pytest-cov
- python-pytest-enabler
- python-pytest-flake8
- python-pytest-mypy)))
+ python-pytest)))
(properties (alist-delete 'hidden?
(package-properties
python-path-bootstrap)))))