Skip to content

Commit fad2c54

Browse files
fix(deps): update dependency pytest to v8
1 parent f2de109 commit fad2c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ develop = [
6969
"build >= 0.5.1",
7070
"twine >= 1.13.0",
7171
"coverage",
72-
"pytest < 5.0; python_version < '3.0'",
72+
"pytest <8.4; python_version < '3.0'",
7373
"pytest >= 5.0; python_version >= '3.0'",
7474
"pytest-html >= 1.19.0",
7575
"tox >=4.23,<4.24",
@@ -87,7 +87,7 @@ develop = [
8787
"pycmd",
8888
]
8989
testing = [
90-
"pytest < 5.0; python_version < '3.0'", # >= 4.2
90+
"pytest <8.4; python_version < '3.0'", # >= 4.2
9191
"pytest >= 5.0; python_version >= '3.0'",
9292
"pytest-html >= 1.19.0",
9393
"PyYAML >= 5.4.1",

0 commit comments

Comments
 (0)