public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-OWSLib] rawhide: Sort skipped tests in the spec file
Date: Thu, 04 Jun 2026 13:21:09 GMT [thread overview]
Message-ID: <178057926939.1.13610998265020312240.rpms-python-OWSLib-e1bf2f7836d2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-OWSLib
Branch : rawhide
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=rawhide
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
reply other threads:[~2026-06-04 13:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178057926939.1.13610998265020312240.rpms-python-OWSLib-e1bf2f7836d2@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox