mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
adce9d90e3
commit
7403fdb9c2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue