Skip to content

Commit

Permalink
Remove pytest pin
Browse files Browse the repository at this point in the history
New version of pytest-xdist (2.0.0) has requirement pytest>=6.0.0

Pytest was pinned to 5.3.5 because of pytest-dev/pytest-rerunfailures#103, that is now fixed.

Signed-off-by: Luca Carrogu <[email protected]>
  • Loading branch information
lukeseawalker committed Aug 17, 2020
1 parent 01d0932 commit 29abcc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration-tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ boto3
fabric
jinja2
junitparser
# Pinning pytest because latest version 5.4 breaks pytest-rerunfailures
# https://github.com/pytest-dev/pytest-rerunfailures/issues/103
# https://github.com/pytest-dev/pytest-rerunfailures/issues/105
pytest==5.3.5
pytest
pytest-datadir
pytest-html
pytest-rerunfailures
Expand Down

0 comments on commit 29abcc7

Please sign in to comment.