guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-sphinxcontrib-programoutput: Disable tests.


From: Marius Bakke
Subject: 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests.
Date: Wed, 15 Feb 2017 03:28:09 -0500 (EST)

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

commit e2cb140efb43a56b1cdf2253564490a0f5be26ff
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 15 08:51:17 2017 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 87066fc..5c6dda0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9763,6 +9763,9 @@ programmatically interfacing with your system's $EDITOR.")
                (base32
                 "098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
     (build-system python-build-system)
+    (arguments
+     ;; FIXME: Many tests are failing and the upstream is gone.
+     '(#:tests? #f))
     (propagated-inputs
      `(("python-sphinx" ,python-sphinx)))
     (synopsis "Sphinx extension to include program output")



reply via email to

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