mirror of https://github.com/apache/cassandra
Dockerise cqlshlib tests
patch by Mick Semb Wever; reviewed by Berenguer Blasi, Brandon Williams for CASSANDRA-16809
This commit is contained in:
parent
5a9635b303
commit
7bab2da375
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue