guix-patches
[Top][All Lists]
Advanced

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

[bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests.


From: Marius Bakke
Subject: [bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests.
Date: Mon, 31 Jul 2017 22:07:20 +0200

* 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 42f5d0472..dd61389b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1179,6 +1179,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)))
-- 
2.13.3






reply via email to

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