Commit 6bc79d41 authored by Robert Scott's avatar Robert Scott
Browse files

python3Packages.owslib: disable two failing tests on darwin

looks like nobody tested this on darwin when enabling the tests
parent 3a31b0c8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ 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; {