Signed-off-by: Zack Cerza <zack@cerza.org>
[tool.ruff]
lint.select = ["F", "E9"]
+
+[tool.pytest]
+testpaths = ["teuthology", "scripts"]
+norecursedirs = [".git", "build", "virtualenv", "teuthology.egg-info", ".tox", "*/integration", "teuthology/task/tests"]
+log_cli = true
+log_level = "NOTSET"
+addopts = ["-p", "no:cacheprovider"]
+++ /dev/null
-[pytest]
-norecursedirs = .git build virtualenv teuthology.egg-info .tox */integration task/tests
-log_cli=true
-log_level=NOTSET
-addopts = -p no:cacheprovider