From 7bab2da37591ec509e541581aedfb20898aa188f Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Sat, 17 Jul 2021 21:02:59 +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 08c711b375..ba45a6b6f9 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -57,7 +57,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