Skip to content

Commit

Permalink
travis: Specify pytest-rerunfailures==9.1 to avoid regression
Browse files Browse the repository at this point in the history
Seems the recently released version 9.1.1 has regressed, and isn't actually
rerunning failed tests. Pinning it to 9.1 seems to work however.
  • Loading branch information
cdecker committed Oct 13, 2020
1 parent aed21e2 commit ae9753d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ "$NO_PYTHON" != 1 ]; then
pip3 install --user -U --quiet --progress-bar off \
blinker \
pytest-sentry \
pytest-rerunfailures
pytest-rerunfailures==9.1
fi

echo "Configuration which is going to be built:"
Expand Down
1 change: 1 addition & 0 deletions contrib/pyln-testing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest==5.*
pytest-rerunfailures==9.1
Flask==1.1.1
cheroot==8.2.1
ephemeral-port-reserve==1.1.1
Expand Down

0 comments on commit ae9753d

Please sign in to comment.