Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 89613200BD3 for ; Tue, 6 Dec 2016 15:18:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 87E8A160B1B; Tue, 6 Dec 2016 14:18:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 01678160B0C for ; Tue, 6 Dec 2016 15:18:19 +0100 (CET) Received: (qmail 23323 invoked by uid 500); 6 Dec 2016 14:18:19 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 23308 invoked by uid 99); 6 Dec 2016 14:18:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 14:18:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01764E0159; Tue, 6 Dec 2016 14:18:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mshuler@apache.org To: commits@cassandra.apache.org Message-Id: <9a63e57bf6a94049b79f092d5b4b8d90@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra-builds git commit: Set python2 for dtest venv Date: Tue, 6 Dec 2016 14:18:19 +0000 (UTC) archived-at: Tue, 06 Dec 2016 14:18:20 -0000 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 Authored: Tue Dec 6 08:18:12 2016 -0600 Committer: Michael Shuler 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