This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 563a26c6b1493f46ebb597085ae589f1835acd50 Author: Brandon Williams <brandonwilli...@apache.org> AuthorDate: Fri Dec 16 10:09:39 2022 -0600 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org