guix-commits
[Top][All Lists]
Advanced

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

03/43: gnu: python-pyjwt: Add missing inputs and enable test-suite.


From: Hartmut Goebel
Subject: 03/43: gnu: python-pyjwt: Add missing inputs and enable test-suite.
Date: Tue, 18 Oct 2016 11:20:06 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 1886226f80695ed86d7d3a90c4f3f9892f75dd6b
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 19:19:33 2016 +0200

    gnu: python-pyjwt: Add missing inputs and enable test-suite.
    
    * gnu/packages/python.scm (python-pyjwt) [native-inputs]: Add
      python-pytest and python-pytest-cov. [arguments]. Remove.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 714d734..22e95d9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2373,9 +2373,9 @@ somewhat intelligeble.")
          "1556v2jppd8mjkkj66pxb5rcazm35jq81r233mdl8hfmz9n3icp1"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-pytest-runner" ,python-pytest-runner)))
-    (arguments
-     '(#:tests? #f)) ; test suite doesn't work
+     `(("python-pytest" ,python-pytest)
+       ("python-pytest-cov" ,python-pytest-cov)
+       ("python-pytest-runner" ,python-pytest-runner)))
     (home-page "http://github.com/progrium/pyjwt";)
     (synopsis "JSON Web Token implementation in Python")
     (description



reply via email to

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