1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Hartmut Goebel
2025-10-19 16:00:12 +02:00
parent 1d8986f2a6
commit 38daeb1eae

View File

@@ -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