Skip to content

Commit

Permalink
Pin pytest to resolve issue with pytest-benchmark (#7674)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 25, 2022
1 parent 8c7af1e commit 3e46dc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# You need to increment the CACHE_VERSION in github actions too
astroid==2.12.12 # Pinned to a specific version for tests
typing-extensions~=4.4
pytest~=7.1
# Pin pytest until issue with pytest-benchmark and v7.2.0 is resolved
# https://github.com/ionelmc/pytest-benchmark/issues/226
pytest==7.1.3
pytest-benchmark~=3.4
pytest-timeout~=2.1
towncrier~=22.8
Expand Down

0 comments on commit 3e46dc7

Please sign in to comment.