Use native configuration
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
7fc49a5cf4
commit
a8cf13010b
@ -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",
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user