guix-commits
[Top][All Lists]
Advanced

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

04/08: TEMPORARY_HACK: gnu: python-urwid: Disable tests on MIPS.


From: Mark H. Weaver
Subject: 04/08: TEMPORARY_HACK: gnu: python-urwid: Disable tests on MIPS.
Date: Thu, 18 Aug 2016 07:31:09 +0000 (UTC)

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

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

    TEMPORARY_HACK: gnu: python-urwid: Disable tests on MIPS.
    
    * gnu/packages/python.scm (python-urwid)[arguments]: Disable tests on
    MIPS.
---
 gnu/packages/python.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d7886d9..06a5049 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
-;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Omar Radwan <address@hidden>
@@ -4497,7 +4497,8 @@ and written in Python.")
          "18mb0yy94sjc434rd61m2sfnw27sa0nyrszpj5a9r9zh7fnlzw19"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? ,(not (string-prefix? "mips" (%current-system)))
+       #: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]