[ci] Bump pytest to 9.x (#16470)

* Bump pytest 8.4.2 => 9.0.2
* Bump pytest-rerunfailures 14.0 => 16.1

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
This commit is contained in:
bashonly
2026-05-03 15:13:57 -05:00
committed by GitHub
parent ebf0c0f61e
commit 27973bae5e
3 changed files with 19 additions and 15 deletions
+7 -5
View File
@@ -113,8 +113,8 @@ static-analysis = [
"ruff~=0.15.0",
]
test = [
"pytest~=8.1",
"pytest-rerunfailures~=14.0",
"pytest~=9.0",
"pytest-rerunfailures~=16.0",
]
dev = [
"pre-commit",
@@ -463,12 +463,14 @@ select = [
]
exclude = "*/extractor/lazy_extractors.py,*venv*,*/test/testdata/sigs/player-*.js,.idea,.vscode"
[tool.pytest.ini_options]
[tool.pytest]
addopts = [
"-ra", # summary: all except passed
"--verbose",
"--strict-markers",
"--tb=short",
]
verbosity_test_cases = "1"
strict_config = true
strict_markers = true
markers = [
"download",
]