brettabamonte commented on code in PR #1293:
URL: 
https://github.com/apache/cassandra-python-driver/pull/1293#discussion_r3575056310


##########
tests/integration/long/test_ssl.py:
##########
@@ -314,10 +305,6 @@ def test_cannot_connect_with_bad_client_auth(self):
                        'ssl_version': ssl_version,
                        'keyfile': DRIVER_KEYFILE}
 
-        if not USES_PYOPENSSL:
-            # I don't set the bad certfile for pyopenssl because it hangs
-            ssl_options['certfile'] = DRIVER_CERTFILE_BAD
-
         cluster = TestCluster(

Review Comment:
   Agree. Went ahead and dropped the inline dict in favor of `ssl_options` 
defined independently.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to