We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2388c84 commit d438d60Copy full SHA for d438d60
python/pyproject.toml
@@ -69,7 +69,7 @@ develop = [
69
"build >= 0.5.1",
70
"twine >= 1.13.0",
71
"coverage",
72
- "pytest < 5.0; python_version < '3.0'",
+ "pytest <8.4; python_version < '3.0'",
73
"pytest >= 5.0; python_version >= '3.0'",
74
"pytest-html >= 1.19.0",
75
"tox >=4.23,<4.24",
@@ -87,7 +87,7 @@ develop = [
87
"pycmd",
88
]
89
testing = [
90
- "pytest < 5.0; python_version < '3.0'", # >= 4.2
+ "pytest <8.4; python_version < '3.0'", # >= 4.2
91
92
93
"PyYAML >= 5.4.1",
0 commit comments