]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
pyproject.toml: Absorb pytest config
authorZack Cerza <zack@cerza.org>
Mon, 8 Jun 2026 20:33:32 +0000 (14:33 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 18 Jun 2026 01:15:18 +0000 (19:15 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
pyproject.toml
pytest.ini [deleted file]

index 38ff5992b0a1213304f706b0cda791b7caddff36..6320ca3eec8303b01c67d2f295fb8ef7bbb1136d 100644 (file)
@@ -139,3 +139,10 @@ version_scheme = "python-simplified-semver"
 
 [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"]
diff --git a/pytest.ini b/pytest.ini
deleted file mode 100644 (file)
index 60d435c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[pytest]
-norecursedirs = .git build virtualenv teuthology.egg-info .tox */integration task/tests
-log_cli=true
-log_level=NOTSET
-addopts = -p no:cacheprovider