From 2396e53b8c75ccd92f99c9ef93aa1294c9f43524 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Tue, 14 Aug 2018 11:05:21 -0500 Subject: [PATCH] install six --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 3d8e2c4..3a85dc5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,4 @@ testinfra paramiko pywinrm +six>=1.10.0