From 38daeb1eaec554d88ea48a5ea31bbf60235a99cc Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 19 Oct 2025 16:00:12 +0200 Subject: [PATCH] gnu: python-nox: Remove development inputs. * gnu/packages/python-check.scm (python-nox): [native-inputs]: Remove python-tox. Change-Id: I650e4255ffcd330c6209e100902cff0604b450ea Revert "gnu: python-nox: Update to 2025.10.16." This reverts commit c8bcee5741a57931c08c8607bcc2f8b886d25420. Change-Id: I57a32e27dc72caeccf454d67413630301aa06a5b --- gnu/packages/python-check.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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