From b4b974aef7f0eaf1f7eaeda1201879d03c3d7c93 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Thu, 16 Nov 2023 20:29:56 +0100 Subject: [PATCH] python3Packages.owslib: disable tests failing on darwin --- pkgs/development/python-modules/owslib/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/owslib/default.nix b/pkgs/development/python-modules/owslib/default.nix index d902af2c26f70..26c62b70c0aa6 100644 --- a/pkgs/development/python-modules/owslib/default.nix +++ b/pkgs/development/python-modules/owslib/default.nix @@ -63,6 +63,8 @@ buildPythonPackage rec { "test_wmts_example_informatievlaanderen" "test_opensearch_creodias" ] ++ lib.optionals stdenv.isDarwin [ + "test_ogcapi_processes_pygeoapi" + "test_ogcapi_records_pycsw" "test_ogcapi_records_pygeoapi" "test_wms_getfeatureinfo_130" ];