diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:03:05 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:03:05 +0100 |
commit | 3d2a544c6901622ca30c507028532734f0f52040 (patch) | |
tree | 01416248e944eb8ccddf71d52f86bc3a46be1452 /gnu | |
parent | e2cb140efb43a56b1cdf2253564490a0f5be26ff (diff) | |
download | patches-3d2a544c6901622ca30c507028532734f0f52040.tar patches-3d2a544c6901622ca30c507028532734f0f52040.tar.gz |
gnu: python-sphinxcontrib-newsfeed: Disable tests.
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed
python2-sphinxcontrib-newsfeed)[arguments]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c6dda0fbf..a80daeea73 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8642,6 +8642,7 @@ files for use with Python.") (sha256 (base32 "1d7gam3mn8v4in4p16yn3v10vps7nnaz6ilw99j4klij39dqd37p")))) + (arguments '(#:tests? #f)) ; No tests. (build-system python-build-system) (propagated-inputs `(("python-sphinx" ,python-sphinx))) |