python3Packages.owslib: disable two failing tests on darwin

looks like nobody tested this on darwin when enabling the tests
This commit is contained in:
Robert Scott 2023-04-10 15:45:52 +01:00
parent 3a31b0c81e
commit 6bc79d4186

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, lxml
@ -60,6 +61,9 @@ buildPythonPackage rec {
"test_wfs_200_remotemd"
"test_wms_130_remotemd"
"test_wmts_example_informatievlaanderen"
] ++ lib.optionals stdenv.isDarwin [
"test_ogcapi_records_pygeoapi"
"test_wms_getfeatureinfo_130"
];
meta = with lib; {