summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-01-27 00:01:14 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-01-27 00:06:11 +0200
commit770b1d65b123950f3f9a3a61058e67f04fbcba1e (patch)
treebc3f5f8030440e1cf73d8ab276b7e3860c5f9e9e /gnu
parent8924e3fd9a4e77c65bf2a80408f36d7e7355cda8 (diff)
downloadguix-770b1d65b123950f3f9a3a61058e67f04fbcba1e.tar.gz
gnu: python-keyring: Enable tests.
* gnu/packages/python-crypto.scm (python-keyring)[arguments]: Enable
tests.
[native-inputs]: Add python-pytest, python-pytest-runner.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-crypto.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 377ec53d26..bdbd589d63 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -322,11 +322,11 @@ etc.).  The package is structured to make adding new modules easy.")
         "0482rmi2x6p78wl2kz8qzyq21xz1sbbfwnv5x7dggar4vkwxhzfx"))))
     (build-system python-build-system)
     (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
      `(("python-pycrypto" ,python-pycrypto)))
-    (arguments
-     `(#:tests? #f))                      ;TODO: tests require pytest
     (home-page "https://github.com/jaraco/keyring")
     (synopsis "Store and access your passwords safely")
     (description