scylladb / python-driver

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

test_metadata: skip extensions test on new Scylla versions #341

Closed Lorak-mmk closed 1 month ago

Lorak-mmk commented 1 month ago

New Scylla versions may enable some extensions by default, which breaks this test.

Fixes: https://github.com/scylladb/scylladb/issues/18501

Lorak-mmk commented 1 month ago

It looks like CI failure is caused by http://mirrorlist.centos.org being down.

fruch commented 1 month ago

sounds like https://github.com/pypa/cibuildwheel/issues/1772