rekado pushed a commit to branch python-team
in repository guix.
commit 8419640238133759cf027abb7631d2538730c8b4
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 11:14:55 2025 +0100
gnu: behave: Remove python-nose native-input.
* gnu/packages/check.scm (behave)[native-inputs]: Remove python-nose.
---
gnu/packages/check.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4bad15161f..e81bbc80a2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3455,7 +3455,6 @@ backported from Python 2.7 for Python 2.4+.")
(build-system pyproject-build-system)
(native-inputs
(list python-mock
- python-nose
python-assertpy
python-pathpy
python-pyhamcrest