public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-msal] epel10.3: Use various long options for clarity
@ 2026-08-25 13:10 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-25 13:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-msal
Branch : epel10.3
Commit : 9abd72d1090ae0aefb0b54c368e758cd10d47633
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-25T14:01:16+01:00
Stats : +7/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/9abd72d1090ae0aefb0b54c368e758cd10d47633?branch=epel10.3
Log:
Use various long options for clarity
[skip changelog]
---
diff --git a/python-msal.spec b/python-msal.spec
index 8bfd75d..c116113 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -57,14 +57,14 @@ Obsoletes: python3-msal+broker < 1.33.0-1
# - We don’t need or want to run benchmarks (tests/test_benchmark.py), so don’t
# generate benchmarking dependencies.
# - We don’t need python-dotenv if we aren’t running network tests
-sed -r \
- -e 's/^\-e/# &/' \
- -e 's/^(pytest-benchmark|perf_baseline)\b/# &/' \
+sed --regexp-extended \
+ --expression 's/^\-e/# &/' \
+ --expression 's/^(pytest-benchmark|perf_baseline)\b/# &/' \
%if %{without network_tests}
- -e 's/^(python-dotenv)\b/# &/' \
+ --expression 's/^(python-dotenv)\b/# &/' \
%if %{with bootstrap}
- -e 's/^(azure-identity)\b/# &/' \
- -e 's/^(azure-keyvault-secrets)\b/# &/' \
+ --expression 's/^(azure-identity)\b/# &/' \
+ --expression 's/^(azure-keyvault-secrets)\b/# &/' \
%endif
%endif
requirements.txt | tee requirements-filtered.txt
@@ -122,7 +122,7 @@ k="${k-}${k+ and }not (CryptographyTestCase and test_should_be_run_with_latest_v
# We don’t need or want to run benchmarks.
ignore="${ignore-} --ignore=tests/test_benchmark.py"
-%pytest --disable-warnings tests ${ignore-} -k "${k-}" -v
+%pytest --disable-warnings tests ${ignore-} -k "${k-}" --verbose
%else
# The msal.broker module requires the broker extra; that requires
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 13:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 13:10 [rpms/python-msal] epel10.3: Use various long options for clarity 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