Skip to content

Commit a3ea781

Browse files
committed
Fix CI by pinning pytest to <8
1 parent 151ef89 commit a3ea781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ tests-no-zope = [
4141
"hypothesis",
4242
"pympler",
4343
# 4.3.0 dropped last use of `convert`
44-
"pytest>=4.3.0",
44+
# 8.0 broke something around warnings/exceptions
45+
"pytest>=4.3.0,<8.0",
4546
"pytest-xdist[psutil]",
4647
"attrs[tests-mypy]",
4748
]

0 commit comments

Comments
 (0)