summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2025-10-19 16:00:12 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2025-10-21 00:28:29 +0200
commit38daeb1eaec554d88ea48a5ea31bbf60235a99cc (patch)
tree3fb8aa446fb261381c9f8ac0f6a3277ab8b35ab0 /gnu
parent1d8986f2a6e7bcc336b7fd661c8b15291a6e7b69 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 92ea2355500..225ed867bae 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