pragmatismatic: run flaky tests three times to see if we can get more "green" CI runs this way ...

thanks to @the-compiler also modernize plugin usage
This commit is contained in:
holger krekel
2019-09-10 12:07:03 +02:00
parent e9da21a02e
commit ffc525af9e
2 changed files with 8 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ Afterwards ``which python`` tells you that it comes out of the "venv"
directory that contains all python install artifacts. Let's first
install test tools::
pip install pytest pytest-timeout requests
pip install pytest pytest-timeout pytest-rerunfailures requests
then cargo-build and install the deltachat bindings::