Skip to content

Commit

Permalink
Update to pytest 8
Browse files Browse the repository at this point in the history
https://docs.pytest.org/en/latest/changelog.html

Release notes for pytest 8 were written mostly for 8.0.0rc1 and 8.0.0rc2
instead of 8.0.0. 8.1.0 was yanked so 8.1.1 will be the minimum version.
  • Loading branch information
br3ndonland committed Apr 10, 2024
1 parent d51c035 commit 1e8b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests = [
"coverage[toml]>=7,<8",
"freezegun>=1,<2",
"httpx>=0.23,<1",
"pytest>=7,<8",
"pytest>=8.1.1,<9",
"pytest-mock>=3,<4",
]

Expand Down

0 comments on commit 1e8b896

Please sign in to comment.