~ruther/guix-local

3dcf972944b1ee3d09ca03493fbbb30a87d58282 — Marius Bakke 4 years ago 83651ee
gnu: python-magic: Run more tests.

* gnu/packages/python-xyz.scm (python-magic): Invoke one more test file.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 14637,7 14637,9 @@ syntax highlighting, markdown and more to the terminal.")
                      ;; The test suite mandates this variable.
                      (setenv "LC_ALL" "en_US.UTF-8")
                      (if tests?
                          (invoke "python" "./test/test.py")
                          (with-directory-excursion "test"
                            (invoke "python" "./test.py")
                            (invoke "python" "./libmagic_test.py"))
                          (format #t "test suite not run~%")))))))
    (native-inputs
     (list which))