From: Guillaume Abrioux Date: Thu, 12 May 2022 19:17:51 +0000 (+0200) Subject: tests: use latest version for pytest X-Git-Tag: v6.0.27~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11fa90852499fd141b27315523332b11a7aa9f3a;p=ceph-ansible.git tests: use latest version for pytest with the bump of py version, let's use newer version for pytest. Signed-off-by: Guillaume Abrioux (cherry picked from commit 5a136889795ee46f8fbee7c95ba7fd8ce0b12bdf) --- diff --git a/tests/requirements.txt b/tests/requirements.txt index b2c5d77c2..8c4fe99f3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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