Skip to content

Commit ad51111

Browse files
authored
Revert pytest version to 8.0 (#116)
Revert pytest version to 8.0 since version 8.1 has been yanked
1 parent f057311 commit ad51111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jsonpickle = "~3.0"
2929
pymitter = ">=0.4,<0.6"
3030

3131
[tool.poetry.dev-dependencies]
32-
pytest = "~8.1"
32+
pytest = "~8.0"
3333
pytest-asyncio = "~0.23"
3434
pytest-cov = "~4.1"
3535
pytest-unordered = "~0.5"

0 commit comments

Comments
 (0)