sharlatan pushed a commit to branch master
in repository guix.

commit b0e5f63bd57a8b7fdf47bfe9ff1ff44f8211d207
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu May 8 09:56:50 2025 +0100

    gnu: python-skranger: Skip more failing tests.
    
    This project has no updates since 2022 (3y from now) and might be not
    compatible with Guix's version of scikit-learn.
    
    * gnu/packages/python-xyz.scm (python-skranger) [test-flags]: Ignore 2
    more test files.
    
    Change-Id: I32cf0c3d7e35a31c3dc7d83a8dd5633a706f61a3
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c47fdc8a5..d23b314121 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2596,7 +2596,11 @@ generator MkDocs.")
       '(list "--ignore=tests/conftest.py"
              "--ignore=tests/test_tools.py"
              "--ignore=tests/tree/test_regressor.py"
-             "--ignore=tests/ensemble/test_regressor.py")
+             "--ignore=tests/ensemble/test_regressor.py"
+             ;; All tests fail with error: AttributeError: 'super' object has
+             ;; no attribute '__sklearn_tags__'
+             "--ignore=tests/tree/test_classifier.py"
+             "--ignore=tests/ensemble/test_classifier.py")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'fix-tests

Reply via email to