Skip to content

Commit 4ed17d3

Browse files
committed
Require pytest>=9.0.0 for subtests support
1 parent 13fe83b commit 4ed17d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ lint = [
234234
]
235235
test = [
236236
"pygments>=2.19.2",
237-
"pytest>=7.0.0,<9.2",
237+
"pytest>=9.0.0,<9.2",
238238
"pytest-xdist>=3.8.0,<3.9",
239239
"python-gnupg>=0.5.0,<0.6",
240240
"secretstorage>=3.5.0",

0 commit comments

Comments
 (0)