Skip to content

Commit 74879c6

Browse files
committed
Freeze pytest before 8.4.0
Reference: pytest-dev/pytest#12473 Caused-by: smarie/python-pytest-cases#364
1 parent 6002077 commit 74879c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ typing_extensions = "*"
2323
importlib_resources = "*"
2424
zipp = "*"
2525
pytest-xdist = "*"
26-
pytest = "*"
26+
pytest = "<8.4.0"
2727
pytest-cases = "*"
2828
pytest-asyncio = "==0.21.2"
2929
requests = "*"

0 commit comments

Comments
 (0)