We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d09b98 commit a230d4cCopy full SHA for a230d4c
1 file changed
pyproject.toml
@@ -41,8 +41,8 @@ package-dir = {"" = "src"}
41
[tool.setuptools.packages.find]
42
where = ["src"]
43
44
-[tool.pytest.ini_options]
45
-minversion = "7.0"
+[tool.pytest]
+minversion = "9.0"
46
testpaths = ["tests"]
47
48
[tool.coverage.run]
0 commit comments