mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
python3Packages.owslib: disable all online tests using marker
(cherry picked from commit c72e77b4c0
)
This commit is contained in:
parent
4f6d278e74
commit
ddf4e77f66
@ -51,22 +51,10 @@ buildPythonPackage rec {
|
||||
export PY_IGNORE_IMPORTMISMATCH=1
|
||||
'';
|
||||
|
||||
disabledTests =
|
||||
[
|
||||
# Tests require network access
|
||||
"test_ows_interfaces_wcs"
|
||||
"test_wfs_110_remotemd"
|
||||
"test_wfs_200_remotemd"
|
||||
"test_wms_130_remotemd"
|
||||
"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"
|
||||
];
|
||||
pytestFlagsArray = [
|
||||
# disable tests which require network access
|
||||
"-m 'not online'"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Client for Open Geospatial Consortium web service interface standards";
|
||||
|
Loading…
Reference in New Issue
Block a user