mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-keyring: Enable tests.
* gnu/packages/python-crypto.scm (python-keyring)[arguments]: Enable tests. [native-inputs]: Add python-pytest, python-pytest-runner.
This commit is contained in:
parent
8924e3fd9a
commit
770b1d65b1
1 changed files with 3 additions and 3 deletions
|
@ -322,11 +322,11 @@ etc.). The package is structured to make adding new modules easy.")
|
||||||
"0482rmi2x6p78wl2kz8qzyq21xz1sbbfwnv5x7dggar4vkwxhzfx"))))
|
"0482rmi2x6p78wl2kz8qzyq21xz1sbbfwnv5x7dggar4vkwxhzfx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-pytest" ,python-pytest)
|
||||||
|
("python-pytest-runner" ,python-pytest-runner)
|
||||||
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pycrypto" ,python-pycrypto)))
|
`(("python-pycrypto" ,python-pycrypto)))
|
||||||
(arguments
|
|
||||||
`(#:tests? #f)) ;TODO: tests require pytest
|
|
||||||
(home-page "https://github.com/jaraco/keyring")
|
(home-page "https://github.com/jaraco/keyring")
|
||||||
(synopsis "Store and access your passwords safely")
|
(synopsis "Store and access your passwords safely")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue