diff options
| author | pjotrp | 2026-04-02 17:16:27 +0200 |
|---|---|---|
| committer | pjotrp | 2026-04-02 17:16:27 +0200 |
| commit | ce2d92864a1125e70c2b54989b9ff7e007df3bd2 (patch) | |
| tree | a0270cdee055e76b3e006c314a75cc99084819d3 | |
| parent | 3c1451846d5675b8f1fab93d1500235acda26b67 (diff) | |
| download | guix-bioinformatics-ce2d92864a1125e70c2b54989b9ff7e007df3bd2.tar.gz | |
Get rid of python-nose warning
| -rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 32b2e8a..cdd3f06 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -491,7 +491,7 @@ useful information for debugging.") (native-inputs `(("python-coverage" ,python-coverage) ("python-coveralls" ,python-coveralls) - ("python-nose" ,python-nose))) + ("python-pynose" ,python-pynose))) (home-page "https://github.com/davidfischer/requirements-parser") (synopsis "Parses Pip requirement files") (description |
