From 09c157e0f84e586193ad2bd194f4b187c7246868 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Sun, 18 Jul 2021 10:25:25 +0200 Subject: [PATCH] Dockerise cqlshlib tests patch by Mick Semb Wever; reviewed by Berenguer Blasi, Brandon Williams for CASSANDRA-16809 --- pylib/cassandra-cqlsh-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh index a219485bf2..a746dac82b 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -56,7 +56,7 @@ fi # Set up venv with dtest dependencies set -e # enable immediate exit if venv setup fails -virtualenv --python=python2 --no-site-packages venv +virtualenv --python=python2 venv source venv/bin/activate pip install -r ${CASSANDRA_DIR}/pylib/requirements.txt pip freeze