mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit 5a13688979
)
pull/7188/head
parent
9842b1050f
commit
11fa908524
|
@ -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
|
Loading…
Reference in New Issue