summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorPaul Dettorer Hervot <dettorer@dettorer.net>2023-05-13 20:15:18 +0200
committerPaul Dettorer Hervot <dettorer@dettorer.net>2023-05-13 23:12:34 +0200
commitec27bb35e329cdc10dd8c87fd9ccc1735e6bed08 (patch)
treea3cb8d0a409f534ac23fd05580aea7695a023032 /pkgs/development/python-modules/python-mapnik
parentc15062997e485f64599569d6ae0046ac92ef6c96 (diff)
python310Packages.python-mapnik: disable the OGR test
The OGR test fails since a gdal update at af10ec1c5b7af7106a5b5ea2b633275d549d7e8c. Upstream tests are still considered unreliable according to https://github.com/mapnik/python-mapnik/issues/255.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index 18df3e4d5655..b682c719c2e4 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -106,6 +106,7 @@ buildPythonPackage rec {
"test_compare_map"
"test_dataraster_coloring"
"test_dataraster_query_point"
+ "test_geometry_type"
"test_good_files"
"test_layer_init"
"test_load_save_map"