We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b726f10 commit 1c994dbCopy full SHA for 1c994db
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