Skip to content

Commit

Permalink
Lock dtest venv to python 3.8
Browse files Browse the repository at this point in the history
Patch by brandonwilliams; reviewed by mck for CASSANDRA-18188
  • Loading branch information
driftx committed Jan 24, 2023
1 parent 4963b12 commit 36924a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/cassandra-dtest-pytest.sh
Expand Up @@ -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
Expand Down

0 comments on commit 36924a2

Please sign in to comment.