]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: use latest version for pytest
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 12 May 2022 19:17:51 +0000 (21:17 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 12 May 2022 20:51:31 +0000 (22:51 +0200)
with the bump of py version, let's use newer version for pytest.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/requirements.txt

index 474fa6047d9807a956c07a774152b93e49ae0396..1ede580c23d6c77bb2c03557f22294bcd5ce629b 100644 (file)
@@ -1,11 +1,11 @@
 # These are Python requirements needed to run the functional tests
-testinfra>=3,<4
-pytest-xdist==1.28.0
-pytest>=4.6,<5.0
+testinfra
+pytest-xdist
+pytest
 ansible>=2.10,<2.11,!=2.9.10
 Jinja2>=2.10
 netaddr
 mock
 jmespath
-pytest-rerunfailures<9.0
+pytest-rerunfailures
 pytest-cov