me
/
guix
Archived
1
0
Fork 0

gnu: python-magic: Run more tests.

* gnu/packages/python-xyz.scm (python-magic): Invoke one more test file.
master
Marius Bakke 2021-12-16 20:53:11 +01:00
parent 83651eef15
commit 3dcf972944
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -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))