tests: require pytest 8.0.0

This commit is contained in:
bastimeyer 2024-03-19 21:04:09 +01:00
parent 7235437032
commit 9fb5f97f5b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ setuptools >=64.0.0 # required for being able to run editable installs
versioningit >=2.0.0,<4 # required for being able to run editable installs
# tests
pytest >=6.0.0
pytest >=8.0.0
pytest-asyncio
pytest-trio
requests-mock