public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-OWSLib] f43: Use various long options
@ 2026-06-04 13:39 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-04 13:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-OWSLib
Branch : f43
Commit : e77b0ef7ee9a57df779d6aa3500521f6a8890d23
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-21T09:59:40+01:00
Stats  : +4/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-OWSLib/c/e77b0ef7ee9a57df779d6aa3500521f6a8890d23?branch=f43

Log:
Use various long options

---
diff --git a/python-OWSLib.spec b/python-OWSLib.spec
index 5b01fab..1a08a86 100644
--- a/python-OWSLib.spec
+++ b/python-OWSLib.spec
@@ -74,12 +74,13 @@ Obsoletes:      python-OWSLIB-doc < 0.32.0-1
 
 %prep -a
 # Don’t analyze/report test coverage
-sed -r -i 's/^([[:blank:]]*)(--cov\b)/\1# \2/' tox.ini
+sed --regexp-extended --in-place \
+    's/^([[:blank:]]*)(--cov\b)/\1# \2/' tox.ini
 
 
 %check -a
 # Otherwise, pytest finds the package twice in the Python path and complains.
-rm -rf owslib
+rm --recursive owslib
 
 # These require test data files from tests/resources/, which we have removed:
 ignore="${ignore-} --ignore-glob=tests/doctests/*.txt"
@@ -132,7 +133,7 @@ k="${k-}${k+ and }not test_md_reference_system"
 k="${k-}${k+ and }not test_service2"
 k="${k-}${k+ and }not test_md_distribution"
 
-%pytest -m 'not online' -k "${k-}" ${ignore-} -v -rs
+%pytest -m 'not online' -k "${k-}" ${ignore-} --verbose -rs
 
 
 %files -n python3-OWSLib -f %{pyproject_files}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04 13:39 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:39 [rpms/python-OWSLib] f43: Use various long options 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