From 96b11c3ba40cc01823e568e77935b4e6ffd47a9a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 12 Jul 2025 11:34:35 -0400 Subject: [PATCH] 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 (cherry picked from commit 66d894f2651d781844c4c3cd92fbdcaf4c3aac15) --- tox.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da0898ec9c..a83d52770a 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; python_version > '3.7' + # 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 -- 2.47.2