Pin back pytest-asyncio to 8.0.0 compatible release (#11889)

The current version (0.23.4) explicitly does not support pytest 8 yet, so we fallback to the previous release in the hope that at least our integration tests pass.
This commit is contained in:
Bruno Oliveira 2024-01-30 06:58:22 -03:00 committed by GitHub
parent c0dfc45186
commit cb57bf50b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
anyio[curio,trio]==4.2.0
django==5.0
pytest-asyncio==0.23.4
pytest-asyncio==0.23.3
# Temporarily not installed until pytest-bdd is fixed:
# https://github.com/pytest-dev/pytest/pull/11785
# pytest-bdd==7.0.1