From: Mike Bayer Date: Sat, 12 Jul 2025 15:34:35 +0000 (-0400) Subject: block mariadb-connector 1.1.13 and above (tox only) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git block mariadb-connector 1.1.13 and above (tox only) New segfault occurs under failure modes [1] [1] https://jira.mariadb.org/browse/CONPY-318 Change-Id: I85dee53be0cb4644c9e500fbb15f7cb35051ff4b --- diff --git a/tox.ini b/tox.ini index dc9626730e..b199f5c94b 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,10 @@ extras= mysql: mysql mysql: pymysql - mysql: mariadb_connector + + # see https://jira.mariadb.org/browse/CONPY-318. + # installed manually as part of deps w/ version pin + # mysql: mariadb_connector oracle: oracle oracle: oracle_oracledb @@ -54,6 +57,11 @@ install_command= deps= typing-extensions>=4.13.0rc1 + # see https://jira.mariadb.org/browse/CONPY-318. + # using < to block all future versions for now as it's not clear + # if newer versions will fix the segfault or not + mysql: mariadb<1.1.13 + pytest>=7.0.0,<8.4 # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907 pytest-xdist!=3.3.0