summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 92ea2355500..225ed867bae 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1653,8 +1653,7 @@ also ensuring that the notebooks are running without errors.")
(native-inputs
(list python-hatchling
python-jinja2
- python-pytest
- python-tox))
+ python-pytest))
(home-page "https://nox.thea.codes/")
(synopsis "Flexible test automation")
(description