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:
Mike Bayer
2022-12-06 09:08:55 -05:00
parent 1e838e623a
commit 366a5e3e2e
+2 -1
View File
@@ -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