]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: enforce pytest-rerunfailures version
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 1 Jul 2020 16:22:00 +0000 (18:22 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 18 Nov 2020 15:49:22 +0000 (10:49 -0500)
commit703abb25726450c072b7888915ab54503bb951eb
tree0206a5eeef8294945452e002e1ce9338f6c527c7
parentacdd43c0e225952cd96992f5a8bac3aeb46b03c2
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>
(cherry picked from commit 19097026fbda71752a500119b0c99c1a9f8d523d)
tests/requirements.txt