X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=4cf9be71e294eb1eb1e255c8930af5071503335d;hb=refs%2Fchanges%2F31%2F7731%2F2;hp=61d12a244c3908442e3dba6ecc1c2a5c1ff8a26a;hpb=bbe128904ab07e43a0386f17a500c679ff9059e0;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 61d12a2..4cf9be7 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -51,7 +51,7 @@ pip: name=argparse state=latest - name: install networkx - pip: name=networkx state=latest + pip: name=networkx version=1.11 - name: install six pip: name=six state=latest @@ -63,7 +63,7 @@ pip: name=oslo.config state=latest - name: install pytest - pip: name=pytest state=latest + pip: name=pytest version=4.6.4 - name: install Flask pip: name=Flask state=latest