New segfault occurs under failure modes [1]
[1] https://jira.mariadb.org/browse/CONPY-318
Change-Id: I85dee53be0cb4644c9e500fbb15f7cb35051ff4b
(cherry picked from commit
66d894f2651d781844c4c3cd92fbdcaf4c3aac15)
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
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