guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ad913cdb0faae8ed427c09f471323c46d933ddc1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 19:06:52 2026 +0100
gnu: python-narwhals: Fix tests.
* gnu/packages/python-science.scm (python-narwhals):
[propagated-inputs]: Remove python-modin.
[native-inputs]: Add tzdata-for-tests.
Change-Id: I78ce19bc5cabb511b2bf77b765dd6bdfccd88ea5
---
gnu/packages/python-science.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f160f2955c..4dd313072e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2264,7 +2264,7 @@ Xarray Datatree.")
(arguments
(list
#:build-backend "hatchling.build" ; recent versions use uv-build
- ;; 3054 passed, 238 skipped, 72 xfailed
+ ;; tests: 3557 passed, 118 skipped, 79 xfailed
#:test-flags
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
;; Run a minimal portion of tests, the complete test suite
@@ -2274,7 +2274,8 @@ Xarray Datatree.")
(list python-hatchling
python-pytest
python-pytest-env
- python-pytest-xdist))
+ python-pytest-xdist
+ tzdata-for-tests))
(propagated-inputs
;; [core]
(list python-duckdb
@@ -2286,7 +2287,7 @@ Xarray Datatree.")
;; python-cudf
python-dask
;; python-ibis-framework
- python-modin
+ ;; python-modin ;blocked by guix/guix#9336
python-packaging
;; python-pyarrow-hotfix
;; python-pyspark