mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: radicale: Skip the test suite.
* gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
This commit is contained in:
parent
37479058a1
commit
425fabfc9a
1 changed files with 1 additions and 7 deletions
|
@ -35,13 +35,7 @@ (define-public radicale
|
||||||
"1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2"))))
|
"1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
'(#:tests? #f)) ; The tests are not distributed in the PyPi release.
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "py.test")))))))
|
|
||||||
(native-inputs
|
|
||||||
`(("python-pytest" ,python-pytest)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; TODO: Add python-pam
|
;; TODO: Add python-pam
|
||||||
`(("python-requests" ,python-requests)))
|
`(("python-requests" ,python-requests)))
|
||||||
|
|
Loading…
Reference in a new issue