gnu: python-gpy: Fix tests.

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

Change-Id: Ic529f0e913aaa7977503476f812c1d1293f5d2fc
This commit is contained in:
Sharlatan Hellseher 2025-09-23 11:53:32 +01:00
parent b2aafa488e
commit 891a9bd967
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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