Fix: pytest 5.0.0 issue that breaks installs
[osm/vim-emu.git] / ansible / install.yml
index 61d12a2..4cf9be7 100755 (executable)
@@ -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