mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: hangups: Run test suite.
* gnu/packages/messaging.scm (hangups)[arguments]: Use custom 'check phase.
This commit is contained in:
parent
2323a38b01
commit
29f205f7e0
1 changed files with 5 additions and 0 deletions
|
@ -2430,6 +2430,11 @@ (define-public hangups
|
|||
(substitute* "setup.py"
|
||||
(("==") ">=")
|
||||
((",<.*'") "'"))
|
||||
#t))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "hangups"))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("python-aiohttp" ,python-aiohttp)
|
||||
|
|
Loading…
Reference in a new issue