scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
74 stars 42 forks source link

Fix CI failures #205

Closed Lorak-mmk closed 1 year ago

Lorak-mmk commented 1 year ago

CI was failing because of this error: https://github.com/eventlet/eventlet/issues/781 This commit applies the recommended fix - moving to eventlet>=0.33.3

Lorak-mmk commented 1 year ago

@fruch It's probably some flaky test, can you perform a rerun?