guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: python-oslosphinx: Disable tests.


From: Marius Bakke
Subject: 04/08: gnu: python-oslosphinx: Disable tests.
Date: Tue, 14 Feb 2017 10:11:30 -0500 (EST)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 23015b4fb4dd7964d37165687ca1fa6dc796a4f4
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 14 00:15:27 2017 +0100

    gnu: python-oslosphinx: Disable tests.
    
    * gnu/packages/openstack.scm (python-oslosphinx,
    python2-oslosphinx)[arguments]: New field.
---
 gnu/packages/openstack.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 5bb8309..6f7e843 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -604,6 +604,9 @@ and building documentation from them.")
         (base32
          "0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2"))))
     (build-system python-build-system)
+    ;; FIXME: Incompatible sphinx version.
+    (arguments
+     '(#:tests? #f))
     (propagated-inputs
       `(("python-requests" ,python-requests)))
     (native-inputs



reply via email to

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