~ruther/guix-local

5a652329995d646a3376d8e8d4c75f0009cff0e8 — Sharlatan Hellseher 6 months ago 21f4bf3
gnu: python-wxpython: Fix tests.

* gnu/packages/wxwidgets.scm (python-wxpython)[arguments]
<test-backend>: Use 'custom.
<test-flags>: Provide them.
[native-inputs]: Remove python-wheel.

Change-Id: I062b47773737b1aac38847c1b956991a14edbe0e
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/wxwidgets.scm
M gnu/packages/wxwidgets.scm => gnu/packages/wxwidgets.scm +3 -1
@@ 302,6 302,8 @@ and many other languages.")
    (outputs '("out" "debug"))
    (arguments
     (list
      #:test-backend #~'custom
      #:test-flags #~(list "build.py" "-v" "test")
      #:modules '((guix build pyproject-build-system)
                  (guix build utils)
                  (ice-9 ftw)


@@ 355,7 357,7 @@ except ImportError:
    (inputs
     (list gtk+ wxwidgets))
    (native-inputs
     (list pkg-config python-setuptools python-waf python-wheel))
     (list pkg-config python-setuptools python-waf))
    (propagated-inputs
     (list python-numpy python-pillow python-six))
    (home-page "https://wxpython.org/")