From 385871e5f7a69ed1c473501be22d0338984a932c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 15 Dec 2016 12:12:13 +0100 Subject: [PATCH] gnu: python-zope-testrunner: Disable tests. * gnu/packages/python.scm (python-zope-testrunner, python2-zope-testrunner)[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 cbe770db39..0646e9739b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7318,6 +7318,8 @@ forms, HTTP servers, regular expressions, and more.") (base32 "1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; FIXME: Tests can't find zope.interface. (native-inputs `(("python-six" ,python-six) ;("python-zope-interface" ,python-zope-interface)