guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: radicale: Skip the test suite.


From: Leo Famulari
Subject: 01/01: gnu: radicale: Skip the test suite.
Date: Wed, 7 Dec 2016 01:47:35 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 425fabfc9a322c26f9dcd83ec61e2c6f5f6c7750
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 6 20:45:23 2016 -0500

    gnu: radicale: Skip the test suite.
    
    * gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
---
 gnu/packages/dav.scm |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index a06878d..985a2e0 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]