public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-typer] rawhide: Don’t version-bound test dependencies
@ 2026-09-11 12:21 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 12:21 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 12:21 [rpms/python-typer] rawhide: Don’t version-bound test dependencies 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