~ruther/guix-local

38daeb1eaec554d88ea48a5ea31bbf60235a99cc — Hartmut Goebel 7 months ago 1d8986f
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
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +1 -2
@@ 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