This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 16f54fb1db guix: lint: Check python-pynose inputs instead of
python-nose.
16f54fb1db is described below
commit 16f54fb1db9de1699380be94eb9a2d654bf3dc54
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Feb 10 12:42:39 2026 +0100
guix: lint: Check python-pynose inputs instead of python-nose.
* guix/lint.scm (check-inputs-should-be-native): Remove python-nose,
add python-pynose.
Merges: https://codeberg.org/guix/guix/pulls/6286
Relates-to: guix/guix!5111
Change-Id: I90b9af7ddbae00f5fb5327b6dc0a0ef05b4c6bcf
Reviewed-by: Nicolas Graves <[email protected]>
Reviewed-by: Gábor Udvari <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
guix/lint.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/lint.scm b/guix/lint.scm
index 57d7dd2ff2..748c3c8e8e 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -606,7 +606,7 @@ of a package, and INPUT-NAMES, a list of package
specifications such as
"python-cython"
"python-docutils"
"python-mock"
- "python-nose"
+ "python-pynose"
"python-pbr"
"python-pytest"
"python-setuptools-scm"