Skip to content

Commit db0a98c

Browse files
authored
ci: pin pytest < 8.1 (#3946)
1 parent 9145fcf commit db0a98c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytests/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dev = [
2424
"hypothesis>=3.55",
2525
"pytest-asyncio>=0.21",
2626
"pytest-benchmark>=3.4",
27-
"pytest>=6.0",
27+
# pinned < 8.1 because https://github.com/CodSpeedHQ/pytest-codspeed/issues/27
28+
"pytest>=8,<8.1",
2829
"typing_extensions>=4.0.0"
2930
]

0 commit comments

Comments
 (0)