This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 4d192f728c9100c84a3215df31f29b5cda64baee 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 951f69a61a..ebdba4efaa 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -73,6 +73,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