public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-holidays] f44: fix: test running
@ 2026-06-08 8:38 Ankur Sinha
0 siblings, 0 replies; only message in thread
From: Ankur Sinha @ 2026-06-08 8:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-holidays
Branch : f44
Commit : a5dd3136c667f3ac940af3931593e6085fc1fb05
Author : Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
Date : 2026-06-08T09:28:05+01:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-holidays/c/a5dd3136c667f3ac940af3931593e6085fc1fb05?branch=f44
Log:
fix: test running
- Resolves: rhbz#2459868
---
diff --git a/python-holidays.spec b/python-holidays.spec
index a80f3e6..0ff5a1b 100644
--- a/python-holidays.spec
+++ b/python-holidays.spec
@@ -25,8 +25,6 @@ Summary: %{summary}
%prep
%autosetup -n holidays-%{version}
-# remove coverage options from pytest
-sed -i '/--cov-fail-under=100/ d' pyproject.toml
%if %{fedora} <= 42
# correct license declaration: errors on F42
sed -i -e '/^license/ d' pyproject.toml
@@ -39,6 +37,9 @@ sed -i -e '/coverage/ d' \
-e 's/pytest-xdist>.*"/pytest"/' \
pyproject.toml
+# remove pytest optiions, not required
+sed -i '/\[tool.pytest\]/,$ d' pyproject.toml
+
cat pyproject.toml
%generate_buildrequires
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 8:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 8:38 [rpms/python-holidays] f44: fix: test running Ankur Sinha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox