From 792e6079034ec59732eda3c87f84bb8a6f34d46f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 16 Oct 2016 11:09:11 -0400 Subject: gnu: xonsh: Disable the test suite. The tests were silently skipped with Python 3.4. With Python 3.5, this caused the xonsh build to fail. * gnu/packages/shells.scm (xonsh)[arguments]: Disable the tests. --- gnu/packages/shells.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1fa828059d..78ff1730c9 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -305,6 +305,11 @@ (define-public xonsh (("'xonsh\\.ply',") "")) #t)))) (build-system python-build-system) + (arguments + '(;; TODO Try running run the test suite. + ;; See 'requirements-tests.txt' in the source distribution for more + ;; information. + #:tests? #f)) (inputs `(("python-ply" ,python-ply))) (home-page "http://xon.sh/") -- cgit v1.2.3