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