mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: python-magic: Run more tests.
* gnu/packages/python-xyz.scm (python-magic): Invoke one more test file.
This commit is contained in:
parent
83651eef15
commit
3dcf972944
1 changed files with 3 additions and 1 deletions
|
@ -14637,7 +14637,9 @@ (define-public python-magic
|
|||
;; 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))
|
||||
|
|
Loading…
Reference in a new issue