guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-keyring: Enable tests.


From: guix-commits
Subject: 01/01: gnu: python-keyring: Enable tests.
Date: Sat, 26 Jan 2019 17:06:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 770b1d65b123950f3f9a3a61058e67f04fbcba1e
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 27 00:01:14 2019 +0200

    gnu: python-keyring: Enable tests.
    
    * gnu/packages/python-crypto.scm (python-keyring)[arguments]: Enable
    tests.
    [native-inputs]: Add python-pytest, python-pytest-runner.
---
 gnu/packages/python-crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 377ec53..bdbd589 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]