File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ schedules:
2525branches :
2626include : [/python.*/]
2727env_vars : |
28- EVENT_LOOP_MANAGER='twisted '
28+ EVENT_LOOP_MANAGER='libev '
2929 EXCLUDE_LONG=1
3030matrix :
3131exclude :
Original file line number Diff line number Diff line change @@ -88,5 +88,5 @@ the `python ssl documentation <https://docs.python.org/2/library/ssl.html#ssl.wr
8888your configuration. For further reading, Andrew Mussey has published a thorough guide on
8989`Using SSL with the DataStax Python driver <http://blog.amussey.com/post/64036730812/cassandra-2-0-client-server-ssl-with-datastax-python >`_.
9090
91- *Note *: In case the twisted event loop is used PyOpenSSL must be installed or an exception will be risen. Also
92- to set the ``ssl_version `` and ``cert_reqs `` in ``ssl_opts `` the appropriate constants from PyOpenSSL are expected.
91+ *Note *: In case the twisted event loop is used pyOpenSSL must be installed or an exception will be risen. Also
92+ to set the ``ssl_version `` and ``cert_reqs `` in ``ssl_opts `` the appropriate constants from pyOpenSSL are expected.
Original file line number Diff line number Diff line change 88pytz
99sure
1010pure-sasl
11- twisted
11+ twisted[tls]
1212gevent>=1.0
1313eventlet
1414cython>=0.20,<0.28
1515packaging
1616asynctest; python_version > '3.4'
17- pyOpenSSL
Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ def _get_dse_version_from_cass(cass_version):
111111KEEP_TEST_CLUSTER = bool (os .getenv ('KEEP_TEST_CLUSTER' , False ))
112112SIMULACRON_JAR = os .getenv ('SIMULACRON_JAR' , None )
113113
114- default_cassandra_version = '3.11'
115-
116114CASSANDRA_IP = os .getenv ('CASSANDRA_IP' , '127.0.0.1' )
117115CASSANDRA_DIR = os .getenv ('CASSANDRA_DIR' , None )
118116
You can’t perform that action at this time.
0 commit comments