mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6bba63234b
commit
c839f8ca27
1 changed files with 7 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue