Skip to content

Commit 94c2334

Browse files
committed
pin pytest to 8.x
1 parent a269e0f commit 94c2334

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
@@ -50,7 +50,7 @@ test-filesource = ["pyyaml", "watchdog"]
5050

5151
[tool.poetry.group.dev.dependencies]
5252
mock = ">=2.0.0"
53-
pytest = ">=2.8"
53+
pytest = "^8.0.0"
5454
redis = ">=2.10.5,<5.0.0"
5555
boto3 = ">=1.9.71,<2.0.0"
5656
coverage = ">=4.4"

0 commit comments

Comments
 (0)