]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: enforce pytest-rerunfailures version
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 1 Jul 2020 16:22:00 +0000 (18:22 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 2 Jul 2020 13:57:39 +0000 (15:57 +0200)
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>
tests/requirements.txt

index a9c723ae5e254c0c57c8317ee63c377488b879a1..04ada956be07de63b70a62c4138f00b150750df8 100644 (file)
@@ -8,4 +8,4 @@ Jinja2>=2.10
 netaddr
 mock
 jmespath
-pytest-rerunfailures
+pytest-rerunfailures<9.0