diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 21:58:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:05 +0100 |
| commit | 7403fdb9c2e209b7e6fb51fca2fd5c56088d272c (patch) | |
| tree | bfd0f3d5ce4ed60d05d7d2564e9f4fe6d589da32 | |
| parent | adce9d90e3e3dd6a72ccdfdc73a41ea7560fa07b (diff) | |
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
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
