ci: pin pytest < 8.1 (#3946)

This commit is contained in:
David Hewitt 2024-03-10 16:17:15 +00:00 committed by GitHub
parent 9145fcfe19
commit db0a98c040
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ dev = [
"hypothesis>=3.55",
"pytest-asyncio>=0.21",
"pytest-benchmark>=3.4",
"pytest>=6.0",
# pinned < 8.1 because https://github.com/CodSpeedHQ/pytest-codspeed/issues/27
"pytest>=8,<8.1",
"typing_extensions>=4.0.0"
]