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-typer] rawhide: Don’t version-bound test dependencies
Date: Fri, 11 Sep 2026 12:21:33 GMT [thread overview]
Message-ID: <178912929397.1.323982432089118335.rpms-python-typer-4d985780f69f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-typer
Branch : rawhide
Commit : 4d985780f69f8f8e6f97a00ac916897d9c544a48
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-11T13:20:38+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-typer/c/4d985780f69f8f8e6f97a00ac916897d9c544a48?branch=rawhide
Log:
Don’t version-bound test dependencies
[skip changelog]
---
diff --git a/python-typer.spec b/python-typer.spec
index 2dcb971..e9078aa 100644
--- a/python-typer.spec
+++ b/python-typer.spec
@@ -59,8 +59,8 @@ BuildArch: noarch
# we just list the few test dependencies we *do* want manually rather than
# trying to patch pyproject.toml. We preserve upstream’s lower bounds but
# remove upper bounds, as we must try to make do with what we have.
-BuildRequires: %{py3_dist pytest} >= 9
-BuildRequires: %{py3_dist pytest-xdist} >= 1.32
+BuildRequires: %{py3_dist pytest}
+BuildRequires: %{py3_dist pytest-xdist}
%global common_description %{expand:
Typer is a library for building CLI applications that users will love using and
reply other threads:[~2026-09-11 12:21 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=178912929397.1.323982432089118335.rpms-python-typer-4d985780f69f@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