diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:08:11 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:08:11 +0100 |
commit | 5b3c3d4b5a7a775a407b97f044c93cc151b3103f (patch) | |
tree | db8407234773897c09f2dba8a9947945bdb05023 | |
parent | 9893cff37695dbe99eb3d776d405f90607e86d37 (diff) | |
download | patches-5b3c3d4b5a7a775a407b97f044c93cc151b3103f.tar patches-5b3c3d4b5a7a775a407b97f044c93cc151b3103f.tar.gz |
gnu: python-sphinx-repoze-autointerface: Disable tests.
* gnu/packages/python.scm (python-sphinx-repoze-autointerface,
python2-sphinx-repoze-autointerface)[arguments]: New field.
-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 196fe2c833..315d741b7f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9790,6 +9790,7 @@ commands into documents, helping you to keep your command examples up to date.") (base32 "08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f")))) (build-system python-build-system) + (arguments '(#:tests? #f)) ; No tests. (propagated-inputs `(("python-sphinx" ,python-sphinx) ("python-zope-interface" ,python-zope-interface))) |