diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5335aa004c..e058b4ca50 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1920,8 +1920,10 @@ (define-public python-zope-exceptions '(#:phases (modify-phases %standard-phases (replace 'check - (lambda _ - (invoke "zope-testrunner" "--test-path=src")))))) + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (invoke "zope-testrunner" "--test-path=src") + (format #t "test suite not run~%"))))))) (native-inputs `(("python-zope-testrunner" ,python-zope-testrunner-bootstrap))) (propagated-inputs