Skip to content

Commit

Permalink
pin pytest (#7295)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 4, 2024
1 parent 72d776c commit 727794c
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 @@ -67,7 +67,7 @@ dependencies = [
# Type check
"mypy",
# Test
"pytest",
"pytest<8.1.0",
"pytest-cov",
"pytest-custom_exit_code", # used in the CI
"pytest-asyncio",
Expand Down

0 comments on commit 727794c

Please sign in to comment.