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-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 36924a2  Lock dtest venv to python 3.8
36924a2 is described below

commit 36924a2c2193fe0e27000ada9308ebf79a0aee98
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Jan 23 16:07:02 2023 -0600

    Lock dtest venv to python 3.8
    
    Patch by brandonwilliams; reviewed by mck for CASSANDRA-18188
---
 build-scripts/cassandra-dtest-pytest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-dtest-pytest.sh 
b/build-scripts/cassandra-dtest-pytest.sh
index db6f998..27a8c9e 100755
--- a/build-scripts/cassandra-dtest-pytest.sh
+++ b/build-scripts/cassandra-dtest-pytest.sh
@@ -63,7 +63,7 @@ fi
 
 # Set up venv with dtest dependencies
 set -e # enable immediate exit if venv setup fails
-virtualenv --python=python3 venv
+virtualenv --python=python3.8 venv
 source venv/bin/activate
 pip3 install --exists-action w -r cassandra-dtest/requirements.txt
 pip3 freeze


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to