[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")
- branch python-tests updated (619bfd8 -> 6925cd7), Marius Bakke, 2017/02/15
- 02/08: gnu: python-requests-mock: Update to 1.3.0., Marius Bakke, 2017/02/15
- 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests.,
Marius Bakke <=
- 06/08: gnu: python-sphinx-repoze-autointerface: Disable tests., Marius Bakke, 2017/02/15
- 08/08: gnu: python-qrcode: Disable tests., Marius Bakke, 2017/02/15
- 01/08: gnu: python-tabulate: Disable tests., Marius Bakke, 2017/02/15
- 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests., Marius Bakke, 2017/02/15
- 05/08: gnu: python-sphinx-rtd-theme: Disable tests., Marius Bakke, 2017/02/15
- 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests., Marius Bakke, 2017/02/15