Skip to content

Commit

Permalink
Merge pull request #190 from randovania/feature/pytest
Browse files Browse the repository at this point in the history
Use latest pytest
  • Loading branch information
henriquegemignani authored Aug 28, 2024
2 parents c389ebc + 3d461d5 commit 59c9070
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 59c9070

Please sign in to comment.