From 6a72d3c12fc0b32ed7f63bb80a8d044c08550019 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 3 Jan 2026 01:35:27 +0000 Subject: gnu: python-tdda: Skip one more test. * gnu/packages/python-science.scm (python-tdda): [arguments] : Skip one more test. [native-inputs]: Remove python-wheel. Change-Id: I1bcb5223627945d580d64e911cd73cf2da06287a Signed-off-by: Rutherther --- gnu/packages/python-science.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index df827c4d3a4..130ded8ef36 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 -- cgit v1.3