~ruther/guix-local

8dd339e5a6f4a3bb1ee0060d1afdc258880878bd — Marius Bakke 8 years ago 220b0ac
gnu: python-six: Really enable tests.

* gnu/packages/python.scm (python-six)[arguments]: Override 'check' phase.
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +6 -0
@@ 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)))