From a467fc16135d979aca4a83f952f10c1fdb198d7c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 5 Dec 2018 09:36:22 +0100 Subject: [PATCH] tests: require six==1.10.0 sometimes it can fail because the version of `six` package is prior to 1.10.0. This commit ensures the version is enforced. Signed-off-by: Guillaume Abrioux --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 81e1445a8..0e9c9e99d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,5 @@ # These are Python requirements needed to run the functional tests +six==1.10.0 testinfra pytest-xdist pytest==3.6.1 -- 2.39.5