gnu: python-tblib: Use invoke.

* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use
invoke.
This commit is contained in:
Danny Milosavljevic 2018-11-26 20:09:14 +01:00
parent de42429040
commit 5a1ac6138d
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -9047,7 +9047,7 @@ own code, responding to click events and updating clock every second.")
(setenv "PYTHONPATH"
(string-append (getcwd) "/build/lib:"
(getenv "PYTHONPATH")))
(zero? (system* "py.test" "-vv" "tests" "README.rst")))))))
(invoke "py.test" "-vv" "tests" "README.rst"))))))
(native-inputs
`(("python-pytest" ,python-pytest)
("python-six" ,python-six)))