guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xonsh: Disable the test suite.


From: Leo Famulari
Subject: 01/01: gnu: xonsh: Disable the test suite.
Date: Sun, 16 Oct 2016 15:10:28 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 792e6079034ec59732eda3c87f84bb8a6f34d46f
Author: Leo Famulari <address@hidden>
Date:   Sun Oct 16 11:09:11 2016 -0400

    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 1fa8280..78ff173 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -305,6 +305,11 @@ ksh, and tcsh.")
               (("'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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]