From 9f615b6a9a8c4cfd37cddfa7e50e70930009f6d4 Mon Sep 17 00:00:00 2001
From: Dariusz Kedzierski <dkedzierski@syncad.com>
Date: Thu, 13 Aug 2020 19:33:50 +0200
Subject: [PATCH] Tox installation moved to ci_start_api_smoketest

---
 Pipfile                           | 2 +-
 scripts/ci_start_api_smoketest.sh | 1 +
 setup.py                          | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Pipfile b/Pipfile
index 1b54e2315..5dfb204d5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,6 @@ aiohttp = "*"
 aiopg = "*"
 psycopg2-binary = "*"
 diff-match-patch = "*"
-tox = "*"
 
 [dev-packages]
 
@@ -30,6 +29,7 @@ pytest-asyncio = "*"
 pytest-console-scripts = "*"
 yapf = "*"
 autopep8 = "*"
+tox = "*"
 
 [requires]
 python_version = "3.6"
diff --git a/scripts/ci_start_api_smoketest.sh b/scripts/ci_start_api_smoketest.sh
index 0735094d8..ac0987907 100755
--- a/scripts/ci_start_api_smoketest.sh
+++ b/scripts/ci_start_api_smoketest.sh
@@ -1,6 +1,7 @@
 #!/bin/bash 
 
 set -e
+pip3 install tox --user
 
 export HIVEMIND_ADDRESS=$1
 export HIVEMIND_PORT=$2
diff --git a/setup.py b/setup.py
index 8648f56d3..7978d8cac 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,6 @@ setup(
         'configargparse',
         'pdoc',
         'diff-match-patch',
-        'tox'
     ],
     entry_points={
         'console_scripts': [
-- 
GitLab