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-msal] rawhide: Use various long options for clarity
Date: Tue, 25 Aug 2026 11:17:19 GMT [thread overview]
Message-ID: <178765663932.1.9956907524482734820.rpms-python-msal-2b4720152acb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-msal
Branch : rawhide
Commit : 2b4720152acb7330012bb866966b24545629a290
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-25T11:46:25+01:00
Stats : +7/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/2b4720152acb7330012bb866966b24545629a290?branch=rawhide
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
reply other threads:[~2026-08-25 11:17 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=178765663932.1.9956907524482734820.rpms-python-msal-2b4720152acb@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