Skip to content

Commit 3c66c74

Browse files
Merge branch 'cassandra-3.11' into cassandra-4.0
* cassandra-3.11: 3.x cqlshlib tests broken on python2.7
2 parents ec3b425 + 0293e8b commit 3c66c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylib/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
# cythonizing the driver, perhaps only on old pips.
2121
# http://datastax.github.io/python-driver/installation.html#cython-based-extensions
2222
six>=1.12.0
23-
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
23+
-e git+https://github.com/apache/cassandra-python-driver.git@3.25.0#egg=cassandra-driver
2424
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
25-
-e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
25+
-e git+https://github.com/apache/cassandra-ccm.git@cassandra-test#egg=ccm
2626
coverage
2727
decorator
2828
docopt

0 commit comments

Comments
 (0)