[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
- branch wip-loongson2f created (now d2f7a90), Mark H. Weaver, 2016/03/23
- 04/07: NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel., Mark H. Weaver, 2016/03/23
- 05/07: TEMPORARY_HACK: gnu: gst-plugins-base: Disable tests on MIPS and ARM., Mark H. Weaver, 2016/03/23
- 03/07: gnu: grub: Add support for Loongson-based machines., Mark H. Weaver, 2016/03/23
- 06/07: TEMPORARY_HACK: Disable tests in python-urwid.,
Mark H. Weaver <=
- 02/07: gnu: grub: Update to 2.02-beta2-668-g67dba97., Mark H. Weaver, 2016/03/23
- 07/07: TEMPORARY HACK: Remove polkit and upower inputs from xfce4-session., Mark H. Weaver, 2016/03/23
- 01/07: gnu: Add linux-libre-loongson2f., Mark H. Weaver, 2016/03/23