Re-enable the dependency on python-anyio to fix the build with pytest 8.4.2

This commit is contained in:
Tomáš Hrnčiar 2025-11-07 18:05:17 +01:00
commit 963b6e0bbe

View file

@ -31,8 +31,7 @@ BuildRequires: python3-devel
# up and running. Upstream provides a docker compose to spawn
# services before running these tests.
rm tests/test_jobstores.py
# Skip missing dependencies in Fedora 42
sed -i 's/ "anyio >= 4.5.2",//' pyproject.toml
# Skip missing dependency in Fedora 43
sed -i 's/,rethinkdb//' pyproject.toml
%generate_buildrequires