diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 12:42:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 12:42:39 +0100 |
commit | 40bb8e07aedb011de863657f6cec29d86d525375 (patch) | |
tree | 0833681b92b12bd2d216cfce4bcc3c93496e860c | |
parent | 66b3aadb73af76c366803e1cd619a9d5d20571c1 (diff) | |
download | guix-40bb8e07aedb011de863657f6cec29d86d525375.tar guix-40bb8e07aedb011de863657f6cec29d86d525375.tar.gz |
gnu: python-zope-location: Disable tests.
* gnu/packages/python.scm (python-zope-location,
python2-zope-location)[arguments]: Set #:tests? #f.
-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 47729db02b..7109860f5b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7468,6 +7468,8 @@ brokering, etc.) for which the proxy is responsible.") (base32 "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; FIXME: Tests can't find zope.interface. (propagated-inputs `(("python-zope-proxy" ,python-zope-proxy) ("python-zope-schema" ,python-zope-schema))) |