diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 16:00:12 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-21 00:28:29 +0200 |
| commit | 38daeb1eaec554d88ea48a5ea31bbf60235a99cc (patch) | |
| tree | 3fb8aa446fb261381c9f8ac0f6a3277ab8b35ab0 /gnu | |
| parent | 1d8986f2a6e7bcc336b7fd661c8b15291a6e7b69 (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.scm | 3 |
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 |
