diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 92ea235550..126b8f1c71 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 @@ -3126,7 +3125,6 @@ types (i.e. Convention, Warn, and Error) fail the build.") (list python-pre-commit python-setuptools python-setuptools-scm - python-tox python-wheel)) (home-page "https://github.com/pytest-dev/pytest-qt") (synopsis "Pytest support for PyQt and PySide applications") |