diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 21:05:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-06 18:44:04 +0100 |
| commit | c839f8ca273f0b817ea196b4da8a1d1a2615f588 (patch) | |
| tree | e87e72cfaef907b390e4553fb2e74bc76941f569 /gnu/packages | |
| parent | 6bba63234bdd2d8242d1d3c068bea5ee08fa8e8b (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/geo.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 655cfbaf131..49fe76c99f3 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2498,6 +2498,7 @@ from multiple records.") "test_coord_transposed" "test_coordinates_pass_0" "test_cube_transposed" + "test_cube_with_deferred_unit_conversion" "test_data_pass_0" "test_destructor" "test_formula_terms_pass_0" @@ -2559,6 +2560,11 @@ from multiple records.") " and not ")) #: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 ;; skip test files. (add-after 'unpack 'delete-failing-test-files @@ -2585,8 +2591,8 @@ from multiple records.") python-distributed python-filelock python-imagehash - python-pytest-xdist python-pytest + python-pytest-xdist python-setuptools python-setuptools-scm python-wheel)) |
