Skip to content

Commit e33fd6d

Browse files
exclude pytest==9.1.0 in pyproject.toml (#210)
1 parent b0f51a9 commit e33fd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Repository = "https://github.com/RascalSoftware/python-RAT"
2828

2929
[project.optional-dependencies]
3030
dev = [
31-
"pytest>=7.4.0",
31+
"pytest>=7.4.0,!=9.1.0",
3232
"pytest-cov>=4.1.0",
3333
"ruff>=0.4.10"
3434
]

0 commit comments

Comments
 (0)