Skip to content

Commit

Permalink
Use latest pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Jul 23, 2024
1 parent 4a928b2 commit 3d461d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Homepage = "https://github.com/randovania/mercury-engine-data-structures"

[project.optional-dependencies]
test = [
"pytest<8.0.0", # see https://github.com/pytest-dev/pytest/issues/12608
"pytest>=8.3.1", # see https://github.com/pytest-dev/pytest/issues/12608
"pytest-cov",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.3.1
# via
# mercury-engine-data-structures (setup.py)
# pytest-cov
Expand Down

0 comments on commit 3d461d5

Please sign in to comment.