public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-msal] epel10.3: Drop EPEL9 conditionals since that branch is stuck at an older version
@ 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 : 628701270c65e868e73b213de5938b6350483058
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-25T14:01:14+01:00
Stats : +2/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/628701270c65e868e73b213de5938b6350483058?branch=epel10.3
Log:
Drop EPEL9 conditionals since that branch is stuck at an older version
[skip changelog]
---
diff --git a/python-msal.spec b/python-msal.spec
index d7b7536..c5da592 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -56,12 +56,11 @@ Obsoletes: python3-msal+broker < 1.33.0-1
# - We can’t generate BR’s from a requirements file with “-e .” in it.
# - 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 (and on some
-# older releases, it is too old.)
+# - 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/# &/' \
-%if %{without network_tests} || 0%{?el9}
+%if %{without network_tests}
-e 's/^(python-dotenv)\b/# &/' \
%if %{with bootstrap}
-e 's/^(azure-identity)\b/# &/' \
@@ -118,10 +117,6 @@ ignore="${ignore-} --ignore=tests/test_fmi_e2e.py"
k="${k-}${k+ and }not (SshCertTestCase and test_ssh_cert_for_user_should_work_with_any_account)"
# Obviously, the python-cryptography package may sometimes lag upstream.
k="${k-}${k+ and }not (CryptographyTestCase and test_should_be_run_with_latest_version_of_cryptography)"
-%if %{defined el9}
-# python-dotenv is too old
-ignore="${ignore-} --ignore=tests/test_e2e.py"
-%endif
%endif
# We don’t need or want to run benchmarks.
^ 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: Drop EPEL9 conditionals since that branch is stuck at an older version 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