tests: enforce pytest-rerunfailures version

This commit enforces the pytest-rerunfailures installed so it's <9.0

This is to avoid the following error:

```
ERROR: pytest-rerunfailures 9.0 has requirement pytest>=5.0, but you'll have pytest 4.6.11 which is incompatible.
```

latest version of pytest-rerunfailures isn't compatible with the version
of pytest we are using.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/5493/head
Guillaume Abrioux 2020-07-01 18:22:00 +02:00
parent 72293b6614
commit 19097026fb
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Jinja2>=2.10
netaddr
mock
jmespath
pytest-rerunfailures
pytest-rerunfailures<9.0