gnu: python-scitools-iris: Relax upper limit for dask version.

* gnu/packages/geo.scm (python-scitools-iris) [arguments] <test-flags>:
Skip one more failing test.
<phases>: Add 'relax-requirements.

Change-Id: I5a64b019cf4db615b757f30d3f8e522c7ce5d2cc
This commit is contained in:
Sharlatan Hellseher 2025-06-30 21:05:56 +01:00
parent 6bba63234b
commit c839f8ca27
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2498,6 +2498,7 @@ from multiple records.")
"test_coord_transposed" "test_coord_transposed"
"test_coordinates_pass_0" "test_coordinates_pass_0"
"test_cube_transposed" "test_cube_transposed"
"test_cube_with_deferred_unit_conversion"
"test_data_pass_0" "test_data_pass_0"
"test_destructor" "test_destructor"
"test_formula_terms_pass_0" "test_formula_terms_pass_0"
@ -2559,6 +2560,11 @@ from multiple records.")
" and not ")) " and not "))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "requirements/pypi-core.txt"
;; dask[array]>=2022.9.0,!=2024.8.0, <2024.9
((", <2024.9") ""))))
;; GeoVista is not packaged yet, "--ignore" option did not work to ;; GeoVista is not packaged yet, "--ignore" option did not work to
;; skip test files. ;; skip test files.
(add-after 'unpack 'delete-failing-test-files (add-after 'unpack 'delete-failing-test-files
@ -2585,8 +2591,8 @@ from multiple records.")
python-distributed python-distributed
python-filelock python-filelock
python-imagehash python-imagehash
python-pytest-xdist
python-pytest python-pytest
python-pytest-xdist
python-setuptools python-setuptools
python-setuptools-scm python-setuptools-scm
python-wheel)) python-wheel))