mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
travis: Specify pytest-rerunfailures==9.1 to avoid regression
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.
This commit is contained in:
parent
aed21e2afa
commit
ae9753df3a
@ -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:"
|
||||
|
@ -1,4 +1,5 @@
|
||||
pytest==5.*
|
||||
pytest-rerunfailures==9.1
|
||||
Flask==1.1.1
|
||||
cheroot==8.2.1
|
||||
ephemeral-port-reserve==1.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user