Skip to content

Commit

Permalink
Dependencies: Pin pytest~=7.0 (#75)
Browse files Browse the repository at this point in the history
Recent release of `pytest==8.0.0` breaks number of plugins.
  • Loading branch information
edan-bainglass committed Feb 2, 2024
1 parent ce7279c commit d0f8124
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 @@ -38,7 +38,7 @@ dev = [
'pre-commit',
'timeout-decorator',
'pylint~=2.16.0',
'pytest',
'pytest~=7.0',
'pytest-cov',
'pytest-cases~=3.2',
'ruamel.yaml',
Expand Down

0 comments on commit d0f8124

Please sign in to comment.