diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 12:38:04 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 12:38:04 +0100 |
commit | 7e8b1bfa4b6e1003f2b80c049d89c70cc9e28d84 (patch) | |
tree | 31b35ada1fac9cbab61fa798e2f9d73cb23f13cc /gnu | |
parent | 22dba2eff978999a907dfa8b4e2da5cdbb357de4 (diff) | |
download | patches-7e8b1bfa4b6e1003f2b80c049d89c70cc9e28d84.tar patches-7e8b1bfa4b6e1003f2b80c049d89c70cc9e28d84.tar.gz |
gnu: python-zope-configuration: Disable tests.
* gnu/packages/python.scm (python-zope-configuration,
python2-zope-configuration)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e47d7cf1c..9afb37cdd1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7412,6 +7412,8 @@ defining data schemas.") (base32 "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; FIXME: Tests can't find zope.interface. (propagated-inputs `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid) ("python-zope-schema" ,python-zope-schema))) |