Skip to content

Commit 67e52d2

Browse files
committed
Add test related changes to README and setup.py
Removed the TODO from README and set minimum version of cassandra driver to 2.6. v2.5 seems to work on certain configurations.
1 parent 42672ec commit 67e52d2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,3 @@ CQLAlchemy provides all the option available in the cqlengine connection.setup()
5454

5555
## Tutorial
5656
For a tutorial on how to use Flask-CQLAlchemy check this [post](http://thegeorgeous.com/2015/06/17/creating-a-tumblelog-with-flask-and-flask-cqlalchemy-I.html)
57-
58-
## TODO/Help Wanted
59-
* Write tests to check compatibility of different cassandra driver versions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
include_package_data=True,
3232
platforms='any',
3333
install_requires=[
34-
'cassandra-driver>=2.5',
34+
'cassandra-driver>=2.6',
3535
'blist'
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)