diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 92ea235550..225ed867ba 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