You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2016/12/06 14:18:19 UTC

cassandra-builds git commit: Set python2 for dtest venv

Repository: cassandra-builds
Updated Branches:
  refs/heads/master fc28d3e58 -> 3d49e0c8a


Set python2 for dtest venv


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/3d49e0c8
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/3d49e0c8
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/3d49e0c8

Branch: refs/heads/master
Commit: 3d49e0c8acb2445bff3384b78851bafc6e038e0d
Parents: fc28d3e
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Tue Dec 6 08:18:12 2016 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Tue Dec 6 08:18:12 2016 -0600

----------------------------------------------------------------------
 build-scripts/cassandra-dtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/3d49e0c8/build-scripts/cassandra-dtest.sh
----------------------------------------------------------------------
diff --git a/build-scripts/cassandra-dtest.sh b/build-scripts/cassandra-dtest.sh
index e96b089..9a65e9b 100755
--- a/build-scripts/cassandra-dtest.sh
+++ b/build-scripts/cassandra-dtest.sh
@@ -26,7 +26,7 @@ done
 
 # Set up venv with dtest dependencies
 set -e # enable immediate exit if venv setup fails
-virtualenv venv
+virtualenv --python=python2 --no-site-packages venv
 source venv/bin/activate
 pip install -r cassandra-dtest/requirements.txt
 pip freeze