[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:
+7
-5
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user