guix-commits
[Top][All Lists]
Advanced

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

11/17: TEMPORARY_HACK: gnu: python-pygobject: Disable tests.


From: Mark H. Weaver
Subject: 11/17: TEMPORARY_HACK: gnu: python-pygobject: Disable tests.
Date: Mon, 23 Apr 2018 03:07:29 -0400 (EDT)

mhw pushed a commit to branch reproduce-bug-29774
in repository guix.

commit 55dee83cf47b473dec02238ad6b29bc91ab5c74a
Author: Mark H Weaver <address@hidden>
Date:   Thu Mar 29 19:14:39 2018 -0400

    TEMPORARY_HACK: gnu: python-pygobject: Disable tests.
---
 gnu/packages/glib.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2f789b9..dfa7b06 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -609,6 +609,8 @@ useful for C++.")
         (base32
          "1zdzznrj2s1gsrv2z4r0n88fzba8zjc1n2r313xi77lhl1daja56"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f))
     (native-inputs
      `(;; Use gcc-7 to work around an internal compiler error that happens
        ;; when using gcc-5.5.0.  FIXME: Try removing this when the default
@@ -639,6 +641,7 @@ useful for C++.")
 (define-public python2-pygobject
   (package (inherit (strip-python2-variant python-pygobject))
     (name "python2-pygobject")
+    (arguments '())
     (inputs
      `(("python" ,python-2)
        ("python-pycairo" ,python2-pycairo)



reply via email to

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