From a8cf13010b7c76203b26dcd5c7534363a351b5ed Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:02:49 +1100 Subject: [PATCH] Use native configuration Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]