sharlatan pushed a commit to branch python-team
in repository guix.

commit e5dfc1bb1e43481fa556d6ea86d1469a98bf92d2
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 bb210d6cf1..050e78744c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3456,7 +3456,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

Reply via email to