gnu: hangups: Run test suite.
* gnu/packages/messaging.scm (hangups)[arguments]: Use custom 'check phase.master
parent
2323a38b01
commit
29f205f7e0
|
@ -2430,6 +2430,11 @@ QMatrixClient project.")
|
|||
(substitute* "setup.py"
|
||||
(("==") ">=")
|
||||
((",<.*'") "'"))
|
||||
#t))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "hangups"))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("python-aiohttp" ,python-aiohttp)
|
||||
|
|
Reference in New Issue