~ruther/guix-local

a25b6880f1398ad36aea1d0e4e4105936a8b7e70 — Marius Bakke 9 years ago c0b12a6
gnu: python-efl: Disable tests.

* gnu/packages/enlightenment.scm (python-efl, python2-efl)[arguments]: Add
phase to set test environment. And set #:tests? #f.
1 files changed, 11 insertions(+), 1 deletions(-)

M gnu/packages/enlightenment.scm
M gnu/packages/enlightenment.scm => gnu/packages/enlightenment.scm +11 -1
@@ 253,7 253,17 @@ embedded systems.")
         (lambda _
           (setenv "CFLAGS"
                   (string-append "-I" (assoc-ref %build-inputs "python-dbus")
                                  "/include/dbus-1.0")))))))
                                  "/include/dbus-1.0"))
           #t))
        (add-before 'check 'set-environment
          (lambda _
            ;; Some tests require write access to HOME.
            (setenv "HOME" "/tmp")
            #t)))
       ;; FIXME: Some tests require a running D-Bus server or a network
       ;; connection and should be disabled. Other test failures looks
       ;; legitimate. Disabled for now, needs work!
       #:tests? #f))
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("python-cython" ,python-cython)))