Skip to content

Commit

Permalink
Unpin pytest dependency to >= 8.x
Browse files Browse the repository at this point in the history
Upstream issue was closed
pytest-dev/pytest-asyncio#737

Signed-off-by: Joe Groocock <me@frebib.net>
  • Loading branch information
frebib committed Mar 19, 2024
1 parent 5bb22ab commit 520ea32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ lint = [
"pyupgrade",
]
test = [
# https://github.com/pytest-dev/pytest-asyncio/issues/737
"pytest<8",
"pytest",
"pytest-aiohttp",
]

Expand Down

0 comments on commit 520ea32

Please sign in to comment.