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 and Pierre-Sassoulas committed Nov 16, 2022
1 parent 12bad7f commit 32ee6f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# 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.3
pytest~=7.1
typing-extensions~=4.4
# 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 32ee6f3

Please sign in to comment.