mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b2aafa488e
commit
891a9bd967
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue