guix-commits
[Top][All Lists]
Advanced

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

06/07: TEMPORARY_HACK: Disable tests in python-urwid.


From: Mark H. Weaver
Subject: 06/07: TEMPORARY_HACK: Disable tests in python-urwid.
Date: Thu, 24 Mar 2016 03:21:58 +0000

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit f38eb3be4f97ed54a26899330fd50dbe956ed75f
Author: Mark H Weaver <address@hidden>
Date:   Thu Mar 17 14:43:18 2016 -0400

    TEMPORARY_HACK: Disable tests in python-urwid.
---
 gnu/packages/python.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 97a69c3..b86b41c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4399,7 +4399,8 @@ and written in Python.")
          "18mb0yy94sjc434rd61m2sfnw27sa0nyrszpj5a9r9zh7fnlzw19"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f  ; XXXXXXXXXX
+       #:phases
        (modify-phases %standard-phases
          ;; Disable failing test. Bug filed upstream:
          ;; https://github.com/wardi/urwid/issues/164



reply via email to

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