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

Make MAPPED_SCYLLA_VERSION a soft requirement #372

Closed dkropachev closed 4 weeks ago

dkropachev commented 1 month ago

It is going to ease development and test process. From now on if you want to run it on release you can just run it as such:

SCYLLA_VERSION="6.0.2" pytest ....
Lorak-mmk commented 1 month ago

Looking at the changes I think you may have slightly wrong idea about what this variable is. As far as I know it is the Cassandra version that given Scylla version "maps to". We can probably hardcode it to "3.11.4" for now in the code to achieve the goal of this PR.