diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-06 20:45:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-06 20:46:18 -0500 |
commit | 425fabfc9a322c26f9dcd83ec61e2c6f5f6c7750 (patch) | |
tree | 2f1471a65a2fd75dbcd2e5df9b571adcd723143e /gnu/packages/dav.scm | |
parent | 37479058a1f7564c5d7f1a5d969005baf5dd9037 (diff) | |
download | patches-425fabfc9a322c26f9dcd83ec61e2c6f5f6c7750.tar patches-425fabfc9a322c26f9dcd83ec61e2c6f5f6c7750.tar.gz |
gnu: radicale: Skip the test suite.
* gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
Diffstat (limited to 'gnu/packages/dav.scm')
-rw-r--r-- | gnu/packages/dav.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index a06878dc92..985a2e071e 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -35,13 +35,7 @@ "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2")))) (build-system python-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - (zero? (system* "py.test"))))))) - (native-inputs - `(("python-pytest" ,python-pytest))) + '(#:tests? #f)) ; The tests are not distributed in the PyPi release. (propagated-inputs ;; TODO: Add python-pam `(("python-requests" ,python-requests))) |