From 7c71f26045390c896f4fa5dc707e32623e50c0ba Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Tue, 4 Aug 2020 14:23:30 +0200
Subject: [PATCH] Added explicit versions to python packages to avoid errors
 caused by misconfiguration.

---
 scripts/ci_start_api_smoketest.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/ci_start_api_smoketest.sh b/scripts/ci_start_api_smoketest.sh
index def9b0027..2fc9c9f4c 100755
--- a/scripts/ci_start_api_smoketest.sh
+++ b/scripts/ci_start_api_smoketest.sh
@@ -4,9 +4,9 @@ set -e
 
 cd tests/tests_api/hivemind/tavern
 
-pip3 install --user jsondiff
-pip3 install --user tavern
-pip3 install --user pytest
+pip3 install --user jsondiff==1.2.0
+pip3 install --user tavern==1.2.2
+pip3 install --user pytest==6.0.1
 
 export HIVEMIND_ADDRESS=$1
 export HIVEMIND_PORT=$2
-- 
GitLab