guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit add20da6f40b78eb12800f90855bde56e56cd4fc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 3 01:35:27 2026 +0000

    gnu: python-tdda: Skip one more test.
    
    * gnu/packages/python-science.scm (python-tdda):
    [arguments] <test-flags>: Skip one more test.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I1bcb5223627945d580d64e911cd73cf2da06287a
---
 gnu/packages/python-science.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index df827c4d3a..130ded8ef3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3716,11 +3716,14 @@ depends on @code{scipy.sparse} for some computations.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 276 passed, 14 skipped, 2 deselected
       #:test-flags
       #~(list
          ;; One test fails with error: AssertionError: False is not true : 5
          ;; lines are different, starting at line 1
-         "--deselect=tdda/test_tdda.py::TestOne::test_ddiff_values_output")
+         "--deselect=tdda/test_tdda.py::TestOne::test_ddiff_values_output"
+         ;; TypeError: 'property' object is not iterable 
+         
"--deselect=tdda/test_tdda.py::TestPandasDataFrames::test_types_match")
       #:phases
       #~(modify-phases %standard-phases
           ;; "datetime.UTC" is not availalbe in Python 3.10 but in
@@ -3738,8 +3741,7 @@ depends on @code{scipy.sparse} for some computations.")
            python-pyarrow
            python-pytest
            python-rich
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (home-page "https://www.stochasticsolutions.com";)
     (synopsis "Test-driven data analysis library for Python")
     (description

Reply via email to