Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency pytest to v8
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1faf35c commit 32dfa2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ develop = [
"build >= 0.5.1",
"twine >= 1.13.0",
"coverage",
"pytest < 5.0; python_version < '3.0'",
"pytest <8.4; python_version < '3.0'",
"pytest >= 5.0; python_version >= '3.0'",
"pytest-html >= 1.19.0",
"tox >=4.23,<4.24",
@@ -87,7 +87,7 @@ develop = [
"pycmd",
]
testing = [
"pytest < 5.0; python_version < '3.0'", # >= 4.2
"pytest <8.4; python_version < '3.0'", # >= 4.2
"pytest >= 5.0; python_version >= '3.0'",
"pytest-html >= 1.19.0",
"PyYAML >= 5.4.1",

0 comments on commit 32dfa2c

Please sign in to comment.