From 7403fdb9c2e209b7e6fb51fca2fd5c56088d272c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 17 Jul 2025 21:58:24 +0100 Subject: [PATCH] gnu: python-passlib: Swap Nose with 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 0769b62818..c61d9e6153 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -152,7 +152,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")