From 398ee36dcbfaa50f95494a76fb19341cd83100b4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 4 Jul 2016 15:29:28 +0300
Subject: [PATCH] - Pin Testinfra and Molecule versions.

---
 pkgs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs.yml b/pkgs.yml
index 33aed9a..57dc884 100644
--- a/pkgs.yml
+++ b/pkgs.yml
@@ -126,10 +126,10 @@
           - sitespeed.io
       pip:
           - ansible-lint
-          - molecule
+          - molecule==1.4.2
           - pre-commit
           - proselint
-          - testinfra
+          - git+https://github.com/philpep/testinfra@ansible-vault
           - twine
       pip3:
       cargo:
-- 
GitLab