diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c2db87c28d..0a62da474c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18649,13 +18649,7 @@ $ rm -rf /tmp/env (modify-inputs (package-native-inputs python-pip-run-bootstrap) (append python-nbformat 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-pip-run-bootstrap))))) |
