diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 08:51:17 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:01:08 +0100 |
commit | e2cb140efb43a56b1cdf2253564490a0f5be26ff (patch) | |
tree | 68628106af1782d95b96ec814471e431e93c85f7 | |
parent | 2010af55b98b1cbe6295b7f8b066fed04696a4ba (diff) | |
download | patches-e2cb140efb43a56b1cdf2253564490a0f5be26ff.tar patches-e2cb140efb43a56b1cdf2253564490a0f5be26ff.tar.gz |
gnu: python-sphinxcontrib-programoutput: Disable tests.
* gnu/packages/python.scm (python-sphinxcontrib-programoutput,
python2-sphinxcontrib-programoutput)[arguments]: New field.
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 87066fc88e..5c6dda0fbf 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") |