public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fastapi] rawhide: Don’t version-bound test dependencies
@ 2026-09-10 20:55 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-10 20:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fastapi
Branch : rawhide
Commit : 0eaf0e604ad9cb2dfd0106b1e08d4172b1218510
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-10T21:50:32+01:00
Stats : +18/-18 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fastapi/c/0eaf0e604ad9cb2dfd0106b1e08d4172b1218510?branch=rawhide
Log:
Don’t version-bound test dependencies
[skip changelog]
---
diff --git a/python-fastapi.spec b/python-fastapi.spec
index 678fe81..cb18763 100644
--- a/python-fastapi.spec
+++ b/python-fastapi.spec
@@ -53,37 +53,37 @@ Patch: 0001-Downstream-only-run-test_fastapi_cli-without-coverag.patch
#
%if %{with deprecated_responses}
# For UJSONResponse
-BuildRequires: %{py3_dist ujson} >= 5.8
+BuildRequires: %{py3_dist ujson}
# For ORJSONResponse
-BuildRequires: %{py3_dist orjson} >= 3.9.3
+BuildRequires: %{py3_dist orjson}
%endif
# docs-tests:
-BuildRequires: %{py3_dist httpx} >= 0.23
-BuildRequires: %{py3_dist httpx2} >= 2
+BuildRequires: %{py3_dist httpx}
+BuildRequires: %{py3_dist httpx2}
# (we don’t actually need ruff)
# tests:
-BuildRequires: %{py3_dist anyio[trio]} >= 3.2.1
-BuildRequires: %{py3_dist dirty-equals} >= 0.9
-BuildRequires: %{py3_dist flask} >= 3
-BuildRequires: %{py3_dist inline-snapshot} >= 0.21.1
+BuildRequires: %{py3_dist anyio[trio]}
+BuildRequires: %{py3_dist dirty-equals}
+BuildRequires: %{py3_dist flask}
+BuildRequires: %{py3_dist inline-snapshot}
%if %{with pwdlib}
-BuildRequires: %{py3_dist pwdlib[argon2]} >= 0.2.1
+BuildRequires: %{py3_dist pwdlib[argon2]}
%endif
%if %{with pyjwt}
-BuildRequires: %{py3_dist pyjwt} >= 2.9
+BuildRequires: %{py3_dist pyjwt}
%endif
-BuildRequires: %{py3_dist pytest} >= 9
-BuildRequires: %{py3_dist pyyaml} >= 5.3.1
+BuildRequires: %{py3_dist pytest}
+BuildRequires: %{py3_dist pyyaml}
%if %{with sqlmodel}
-BuildRequires: %{py3_dist sqlmodel} >= 0.0.31
+BuildRequires: %{py3_dist sqlmodel}
%endif
%if %{with strawberry_graphql}
-BuildRequires: %{py3_dist strawberry-graphql} >= 0.200
+BuildRequires: %{py3_dist strawberry-graphql}
%endif
-BuildRequires: %{py3_dist typer} >= 0.24.1
-BuildRequires: %{py3_dist a2wsgi} >= 1.9
-BuildRequires: %{py3_dist pytest-xdist[psutil]} >= 2.5
-BuildRequires: %{py3_dist pytest-timeout} >= 2.4
+BuildRequires: %{py3_dist typer}
+BuildRequires: %{py3_dist a2wsgi}
+BuildRequires: %{py3_dist pytest-xdist[psutil]}
+BuildRequires: %{py3_dist pytest-timeout}
# This is still needed in the tests even if we do not have sqlmodel to bring it
# in as an indirect dependency.
BuildRequires: %{py3_dist sqlalchemy}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 20:55 [rpms/python-fastapi] 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