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] epel10: Run import smoke test even when tests are disabled
Date: Tue, 25 Aug 2026 13:03:18 GMT [thread overview]
Message-ID: <178766299871.1.10816582207487548074.rpms-python-msal-d43ba65578db@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-msal
Branch : epel10
Commit : d43ba65578db9026c48697c3aad89ae4dc604a21
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-25T14:01:22+01:00
Stats : +4/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/d43ba65578db9026c48697c3aad89ae4dc604a21?branch=epel10
Log:
Run import smoke test even when tests are disabled
[skip changelog]
---
diff --git a/python-msal.spec b/python-msal.spec
index 7a7318b..4e38b12 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -82,6 +82,10 @@ sed --regexp-extended \
%check
+# The msal.broker module requires the broker extra; that requires
+# pymsalruntime, which we can’t package.
+%pyproject_check_import -e msal.broker
+
%if %{with tests}
%if %{without network_tests}
# All of the following require network access:
@@ -121,11 +125,6 @@ k="${k-}${k+ and }not (CryptographyTestCase and test_should_be_run_with_latest_v
ignore="${ignore-} --ignore=tests/test_benchmark.py"
%pytest --disable-warnings tests ${ignore-} -k "${k-}" --verbose
-
-%else
-# The msal.broker module requires the broker extra; that requires
-# pymsalruntime, which we can’t package.
-%pyproject_check_import -e msal.broker
%endif
reply other threads:[~2026-08-25 13:03 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=178766299871.1.10816582207487548074.rpms-python-msal-d43ba65578db@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