mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-13 20:27:35 -04:00
take mariadb-connector out of dbapi main job
mariadb-connector seems to have their release situation "fixed", but for 1.1.5post3 they are requiring mariadb-connector-c 3.3.1, Fedora 36 which is quite bleeding edge only has 3.2.7. There's no way we can easily have a version specifier that will look at underlying client libraries. since mariadb-connector's main branch seems to work way ahead of where we will normally have client libraries set up, it's not really worth testing in CI right now. Change-Id: Idcb034da6d06620b5e212582bbc63a246a9fe58b
This commit is contained in:
@@ -43,7 +43,8 @@ deps=
|
||||
|
||||
dbapimain-mysql: git+https://github.com/PyMySQL/mysqlclient-python.git#egg=mysqlclient
|
||||
dbapimain-mysql: git+https://github.com/PyMySQL/PyMySQL.git#egg=pymysql
|
||||
dbapimain-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python#egg=mariadb
|
||||
|
||||
# dbapimain-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python#egg=mariadb
|
||||
|
||||
dbapimain-oracle: git+https://github.com/oracle/python-cx_Oracle.git#egg=cx_Oracle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user