You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sp...@apache.org on 2017/12/01 08:46:27 UTC

cassandra-dtest git commit: Install ccm from github branch

Repository: cassandra-dtest
Updated Branches:
  refs/heads/master fc68a0de8 -> c0f4dfdfc


Install ccm from github branch

Closes #13


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

Branch: refs/heads/master
Commit: c0f4dfdfc9966cf90ce4a8240c3b390fcf222127
Parents: fc68a0d
Author: Stefan Podkowinski <st...@1und1.de>
Authored: Thu Nov 23 10:53:55 2017 +0100
Committer: Stefan Podkowinski <st...@1und1.de>
Committed: Fri Dec 1 09:43:36 2017 +0100

----------------------------------------------------------------------
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/c0f4dfdf/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index 2832ff1..964ef3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,8 @@
 futures
 six
 -e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
-ccm==3.1.0
+# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
+-e git+https://github.com/pcmanus/ccm.git@cassandra-test#egg=ccm
 cql
 decorator
 docopt


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