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"
|
(substitute* "setup.py"
|
||||||
(("==") ">=")
|
(("==") ">=")
|
||||||
((",<.*'") "'"))
|
((",<.*'") "'"))
|
||||||
|
#t))
|
||||||
|
(replace 'check
|
||||||
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
(when tests?
|
||||||
|
(invoke "pytest" "hangups"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-aiohttp" ,python-aiohttp)
|
`(("python-aiohttp" ,python-aiohttp)
|
||||||
|
|
Reference in New Issue