mirror of https://github.com/ceph/ceph-ansible.git
tests: pin pytest-xdist to 1.27.0
looks like newer version of pytest-xdist requires pytest>=4.4.0 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3560/head
parent
afbb90e4ac
commit
ba0a95211c
|
@ -1,7 +1,7 @@
|
|||
# These are Python requirements needed to run the functional tests
|
||||
six==1.10.0
|
||||
testinfra==1.19.0
|
||||
pytest-xdist
|
||||
pytest-xdist==1.27.0
|
||||
pytest==3.6.1
|
||||
notario>=0.0.13
|
||||
ansible~=2.7,<2.8
|
||||
|
|
Loading…
Reference in New Issue