public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-OWSLib] f44: Sort skipped tests in the spec file
@ 2026-06-04 13:29 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-04 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-OWSLib
Branch : f44
Commit : e1bf2f7836d274cb6413f70553950e41adaadd38
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-04T14:20:17+01:00
Stats : +22/-22 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-OWSLib/c/e1bf2f7836d274cb6413f70553950e41adaadd38?branch=f44
Log:
Sort skipped tests in the spec file
[skip changelog]
---
diff --git a/python-OWSLib.spec b/python-OWSLib.spec
index 1a08a86..670c3b7 100644
--- a/python-OWSLib.spec
+++ b/python-OWSLib.spec
@@ -84,25 +84,15 @@ rm --recursive owslib
# These require test data files from tests/resources/, which we have removed:
ignore="${ignore-} --ignore-glob=tests/doctests/*.txt"
-k="${k-}${k+ and }not test_gm03"
+ignore="${ignore-} --ignore-glob=tests/test_wps_request*.py"
+ignore="${ignore-} --ignore-glob=tests/test_wps_response*.py"
ignore="${ignore-} --ignore=tests/test_iso_parsing.py"
ignore="${ignore-} --ignore=tests/test_ows_interfaces.py"
ignore="${ignore-} --ignore=tests/test_owscontext_atomxml.py"
-k="${k-}${k+ and }not test_decode_single_json"
-k="${k-}${k+ and }not test_load_parse"
-k="${k-}${k+ and }not test_decode_full_json"
-k="${k-}${k+ and }not test_load_bulk"
ignore="${ignore-} --ignore=tests/test_remote_metadata.py"
-k="${k-}${k+ and }not TestOffline"
ignore="${ignore-} --ignore=tests/test_wfs_generic.py"
ignore="${ignore-} --ignore=tests/test_wms_datageo_130.py"
ignore="${ignore-} --ignore=tests/test_wms_jpl_capabilities.py"
-k="${k-}${k+ and }not test_wps_getOperationByName"
-k="${k-}${k+ and }not test_wps_checkStatus"
-k="${k-}${k+ and }not test_wps_process_representation"
-k="${k-}${k+ and }not test_wps_process_properties"
-k="${k-}${k+ and }not test_wps_literal_data_input_parsing_references"
-k="${k-}${k+ and }not test_wps_response_with_lineage"
ignore="${ignore-} --ignore=tests/test_wps_describeprocess_bbox.py"
ignore="${ignore-} --ignore=tests/test_wps_describeprocess_ceda.py"
ignore="${ignore-} --ignore=tests/test_wps_describeprocess_emu_all.py"
@@ -112,26 +102,36 @@ ignore="${ignore-} --ignore=tests/test_wps_execute_invalid_request.py"
ignore="${ignore-} --ignore=tests/test_wps_getcapabilities_52n.py"
ignore="${ignore-} --ignore=tests/test_wps_getcapabilities_ceda.py"
ignore="${ignore-} --ignore=tests/test_wps_getcapabilities_usgs.py"
-ignore="${ignore-} --ignore-glob=tests/test_wps_request*.py"
-ignore="${ignore-} --ignore-glob=tests/test_wps_response*.py"
-k="${k-}${k+ and }not test_metadata"
-k="${k-}${k+ and }not test_responsibility"
+k="${k-}${k+ and }not TestOffline"
+k="${k-}${k+ and }not test_aus"
+k="${k-}${k+ and }not test_decode_full_json"
+k="${k-}${k+ and }not test_decode_single_json"
k="${k-}${k+ and }not test_distributor"
-k="${k-}${k+ and }not test_online_distribution"
+k="${k-}${k+ and }not test_dq_dataquality"
+k="${k-}${k+ and }not test_get_all_contacts"
+k="${k-}${k+ and }not test_gm03"
k="${k-}${k+ and }not test_identification"
k="${k-}${k+ and }not test_identification_contact"
k="${k-}${k+ and }not test_identification_date"
k="${k-}${k+ and }not test_identification_extent"
k="${k-}${k+ and }not test_identification_keywords"
-k="${k-}${k+ and }not test_get_all_contacts"
-k="${k-}${k+ and }not test_aus"
-k="${k-}${k+ and }not test_service"
+k="${k-}${k+ and }not test_load_bulk"
+k="${k-}${k+ and }not test_load_parse"
+k="${k-}${k+ and }not test_md_distribution"
k="${k-}${k+ and }not test_md_featurecataloguedesc"
k="${k-}${k+ and }not test_md_imagedescription"
-k="${k-}${k+ and }not test_dq_dataquality"
k="${k-}${k+ and }not test_md_reference_system"
+k="${k-}${k+ and }not test_metadata"
+k="${k-}${k+ and }not test_online_distribution"
+k="${k-}${k+ and }not test_responsibility"
+k="${k-}${k+ and }not test_service"
k="${k-}${k+ and }not test_service2"
-k="${k-}${k+ and }not test_md_distribution"
+k="${k-}${k+ and }not test_wps_checkStatus"
+k="${k-}${k+ and }not test_wps_getOperationByName"
+k="${k-}${k+ and }not test_wps_literal_data_input_parsing_references"
+k="${k-}${k+ and }not test_wps_process_properties"
+k="${k-}${k+ and }not test_wps_process_representation"
+k="${k-}${k+ and }not test_wps_response_with_lineage"
%pytest -m 'not online' -k "${k-}" ${ignore-} --verbose -rs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 13:29 [rpms/python-OWSLib] f44: Sort skipped tests in the spec file Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox