From 40bb8e07aedb011de863657f6cec29d86d525375 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 15 Dec 2016 12:42:39 +0100 Subject: [PATCH] gnu: python-zope-location: Disable tests. * gnu/packages/python.scm (python-zope-location, python2-zope-location)[arguments]: Set #:tests? #f. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) 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)))