ci: pin pytest < 8.1 (#3946)
This commit is contained in:
parent
9145fcfe19
commit
db0a98c040
|
@ -24,6 +24,7 @@ dev = [
|
||||||
"hypothesis>=3.55",
|
"hypothesis>=3.55",
|
||||||
"pytest-asyncio>=0.21",
|
"pytest-asyncio>=0.21",
|
||||||
"pytest-benchmark>=3.4",
|
"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"
|
"typing_extensions>=4.0.0"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue