public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-holidays] f44: fix: test running
Date: Mon, 08 Jun 2026 08:38:42 GMT [thread overview]
Message-ID: <178090792251.1.3884452305597019646.rpms-python-holidays-a5dd3136c667@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-08 8:38 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=178090792251.1.3884452305597019646.rpms-python-holidays-a5dd3136c667@fedoraproject.org \
--to=sanjay.ankur@gmail.com \
--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