From 563a26c6b1493f46ebb597085ae589f1835acd50 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 16 Dec 2022 10:09:39 -0600 Subject: [PATCH] get newest pip in cassandra-cqlsh-tests.sh Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121 --- pylib/cassandra-cqlsh-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh index 35d759bf8a..2b14941856 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -81,6 +81,8 @@ fi set -e # enable immediate exit if venv setup fails virtualenv --python=$PYTHON_VERSION venv source venv/bin/activate +# 3.11 needs the newest pip +curl -sS https://bootstrap.pypa.io/get-pip.py | $PYTHON_VERSION pip install -r ${CASSANDRA_DIR}/pylib/requirements.txt pip freeze