guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0c1767c049a8b09cacb8fe184803f544ab9546c5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 17 21:58:24 2025 +0100
gnu: python-passlib: Swap Nose by Pytest.
* gnu/packages/python-crypto.scm (python-passlib)
[native-inputs]: Remove python-nose; add python-pytest.
Change-Id: I3d963259f5553fbeb935aa031001732960c6aee8
---
gnu/packages/python-crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index e62c2d1e20..b932fb83ef 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -153,7 +153,7 @@ Password Scheme\"} by Niels Provos and David Mazieres.")
(lambda _
(setenv "PYTHON_EGG_CACHE" "/tmp"))))))
(native-inputs
- (list python-nose python-setuptools python-wheel))
+ (list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-argon2-cffi python-bcrypt python-cryptography))
(home-page "https://bitbucket.org/ecollins/passlib")