Skip to content

Commit fed4b2a

Browse files
authored
Enforce pytest 7 (#439)
Pytest 8 is not yet stable
1 parent c5bbb00 commit fed4b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test = [
7777
"sphinxcontrib_spelling",
7878
"requests_mock",
7979
"ruamel.yaml",
80-
"pytest>=7.0",
80+
"pytest>=7.0,<8",
8181
"pytest-console-scripts",
8282
"pytest-cov",
8383
"pytest-timeout",

0 commit comments

Comments
 (0)