guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: python-six: Really enable tests.


From: Marius Bakke
Subject: 04/20: gnu: python-six: Really enable tests.
Date: Wed, 18 Oct 2017 18:19:40 -0400 (EDT)

mbakke pushed a commit to branch python-updates
in repository guix.

commit 8dd339e5a6f4a3bb1ee0060d1afdc258880878bd
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 30 20:01:26 2017 +0200

    gnu: python-six: Really enable tests.
    
    * gnu/packages/python.scm (python-six)[arguments]: Override 'check' phase.
---
 gnu/packages/python.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f76d655..a799226 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1178,6 +1178,12 @@ password storage.")
        (base32
         "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
     (build-system python-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (zero? (system* "py.test" "-v")))))))
     (native-inputs
      `(("python-py" ,python-py)
        ("python-pytest" ,python-pytest)))



reply via email to

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