pin pytest (#7295)

This commit is contained in:
Stefano Fiorucci 2024-03-04 10:14:39 +01:00 committed by GitHub
parent 72d776c390
commit 727794cb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ dependencies = [
# Type check
"mypy",
# Test
"pytest",
"pytest<8.1.0",
"pytest-cov",
"pytest-custom_exit_code", # used in the CI
"pytest-asyncio",