~ruther/guix-local

8e998900deb4cb1a3219a7713de852bc6f9f0029 — Sharlatan Hellseher 6 months ago bd5da20
gnu: python-gpy: Fix tests.

* gnu/packages/machine-learning.scm (python-gpy)[arguments]
<test-flags>: Ignore 2 test files.

Change-Id: Ic529f0e913aaa7977503476f812c1d1293f5d2fc
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +9 -0
@@ 402,6 402,15 @@ classification.")
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      ;; TODO: Review tests.
      #~(list
         ;; Failed: 'yield' keyword is allowed in fixtures, but not in tests
         ;; (test_scale2_models)
         "--ignore=GPy/testing/test_likelihood.py"
         ;; Failed: 'yield' keyword is allowed in fixtures, but not in
         ;; tests (test_figure)
         "--ignore=GPy/testing/test_plotting.py")
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'compatibility