Skip to content

Commit 4849d59

Browse files
committed
pyproject: drop pytest-subtests
Subtests were integrated into pytests-9.
1 parent 5d731c4 commit 4849d59

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ docs = [
135135
]
136136
test = [
137137
{include-group = "docs"},
138-
"pytest",
139-
"pytest-subtests",
138+
"pytest>=9",
140139
"responses",
141140
# ruff and ty are required by tests/test_general.py
142141
"ruff",

0 commit comments

Comments
 (0)