me
/
guix
Archived
1
0
Fork 0

gnu: hangups: Run test suite.

* gnu/packages/messaging.scm (hangups)[arguments]: Use custom 'check
phase.
master
Efraim Flashner 2021-04-12 15:14:12 +03:00
parent 2323a38b01
commit 29f205f7e0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 0 deletions

View File

@ -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)