[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62622] [PATCH 4/8] gnu: python-cartopy: Update to 0.21.1.
From: |
Felix Gruber |
Subject: |
[bug#62622] [PATCH 4/8] gnu: python-cartopy: Update to 0.21.1. |
Date: |
Sun, 2 Apr 2023 17:45:47 +0000 |
* gnu/packages/geo.scm (python-cartopy): Update to 0.21.1.
---
gnu/packages/geo.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8c93f86dd2..344ffae8fb 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1183,8 +1183,17 @@ (define-public python-cartopy
(invoke "python" "-m" "pytest" "--pyargs" "cartopy"
;; These tests require online data.
"-m" "not natural_earth and not network"
- ;; This one too but it's not marked as such.
- "-k" "not test_gridliner_labels_bbox_style")))))))
+ "-k"
+ (string-append
+ ;; This one too but it's not marked as such.
+ "not test_gridliner_labels_bbox_style"
+ ;; Those tests fail with proj 9.2.0
+ ;; https://github.com/SciTools/cartopy/issues/2145
+ " and not test_epsg"
+ " and not test_default"
+ " and not test_eccentric_globe"
+ " and not test_ellipsoid_transform"
+ " and not test_eccentric_globe"))))))))
(propagated-inputs
(list python-matplotlib
python-numpy
--
2.39.2
- [bug#62622] [PATCH 0/8] Update proj and a few other geo packages, Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 2/8] gnu: proj: Update to 9.2.0., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 1/8] gnu: geos: Update to 3.11.2., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 6/8] gnu: python-osmnx: Use pyproject-build-system., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 4/8] gnu: python-cartopy: Update to 0.21.1.,
Felix Gruber <=
- [bug#62622] [PATCH 3/8] gnu: python-pyproj: Update to 3.5.0., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 5/8] gnu: python-rtree: Update to 1.0.1., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 7/8] gnu: pcb2gcode: Update to 2.5.0., Felix Gruber, 2023/04/02
- [bug#62622] [PATCH 8/8] gnu: qgis: Update to 3.30.1., Felix Gruber, 2023/04/02
- bug#62622: [PATCH 0/8] Update proj and a few other geo packages, Guillaume Le Vaillant, 2023/04/12