python3Packages.owslib: disable tests failing on darwin

This commit is contained in:
Ivan Mincik 2023-11-16 20:29:56 +01:00
parent 8f7ef17b2a
commit b4b974aef7

View File

@ -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"
];