gnu: python-clint: Use INVOKE.
* gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE.
This commit is contained in:
parent
ec933e05a2
commit
13e7c884c7
@ -7728,8 +7728,7 @@ Blog, News or Announcements section to a Sphinx website.")
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "py.test" "-v")))))))
|
||||
(lambda _ (invoke "py.test" "-v"))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
|
Loading…
Reference in New Issue
Block a user