Skip to content

Commit a230d4c

Browse files
committed
Update minimal required pytest version
1 parent 2d09b98 commit a230d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ package-dir = {"" = "src"}
4141
[tool.setuptools.packages.find]
4242
where = ["src"]
4343

44-
[tool.pytest.ini_options]
45-
minversion = "7.0"
44+
[tool.pytest]
45+
minversion = "9.0"
4646
testpaths = ["tests"]
4747

4848
[tool.coverage.run]

0 commit comments

Comments
 (0)