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 /gnu/packages/python-crypto.scm | |
| 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
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -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 0769b628180..c61d9e6153a 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.") | |||
| 152 | (lambda _ | 152 | (lambda _ |
| 153 | (setenv "PYTHON_EGG_CACHE" "/tmp")))))) | 153 | (setenv "PYTHON_EGG_CACHE" "/tmp")))))) |
| 154 | (native-inputs | 154 | (native-inputs |
| 155 | (list python-nose python-setuptools python-wheel)) | 155 | (list python-pytest python-setuptools python-wheel)) |
| 156 | (propagated-inputs | 156 | (propagated-inputs |
| 157 | (list python-argon2-cffi python-bcrypt python-cryptography)) | 157 | (list python-argon2-cffi python-bcrypt python-cryptography)) |
| 158 | (home-page "https://bitbucket.org/ecollins/passlib") | 158 | (home-page "https://bitbucket.org/ecollins/passlib") |
