]> 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>
Fri, 13 May 2022 10:41:17 +0000 (12:41 +0200)
with the bump of py version, let's use newer version for pytest.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 5a136889795ee46f8fbee7c95ba7fd8ce0b12bdf)

tests/requirements.txt

index b2c5d77c2487061d111be3402cf9bb619166c556..8c4fe99f31eae68490285a5a562d106f6d8565a3 100644 (file)
@@ -1,12 +1,12 @@
 # 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>=3,<4
 Jinja2>=2.10
 netaddr
 mock
 jmespath
-pytest-rerunfailures<9.0
+pytest-rerunfailures
 pytest-cov
 six
\ No newline at end of file