Skip to content

Commit 1c994db

Browse files
committed
Update minimal required pytest version
1 parent b726f10 commit 1c994db

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)