diff --git a/pyproject.toml b/pyproject.toml index 4b969dbc4..6d9910ca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,8 +186,8 @@ lint.isort.required-imports = [ max_supported_python = "3.14" [tool.pytest] -ini_options.addopts = "-ra --color=auto" -ini_options.testpaths = [ +addopts = [ "-ra", "--color=auto" ] +testpaths = [ "Tests", ]