From: Mike Bayer Date: Sun, 30 Nov 2025 16:32:25 +0000 (-0500) Subject: use oracledb in test suite X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22b1085efe6cba732054320c345f54b110d9b7cc;p=thirdparty%2Fsqlalchemy%2Falembic.git use oracledb in test suite CI uses oracledb by default now so make sure that's installed. update URLs etc. for 23c Change-Id: Ic671bbaa90abb7387708f9fcc488fda2bc416b04 --- diff --git a/pyproject.toml b/pyproject.toml index bc43bdda..d7b73749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ coverage = [ tests_postgresql = ["psycopg2>=2.7"] tests_mysql = ["mysqlclient>=1.4.0", "pymysql"] -tests_oracle = ["cx_oracle"] +tests_oracle = ["oracledb"] tests_mssql = ["pyodbc"] lint = [ diff --git a/setup.cfg b/setup.cfg index 282ce17b..37c6e86a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ psycopg=postgresql+psycopg://scott:tiger@127.0.0.1:5432/test mysql=mysql://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 mariadb=mariadb://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 mssql=mssql+pyodbc://scott:tiger^5HHH@mssql2022:1433/test?driver=ODBC+Driver+18+for+SQL+Server&TrustServerCertificate=yes&Encrypt=Optional -oracle=oracle://scott:tiger@oracle18c/xe +oracle=oracle+oracledb://scott:tiger@oracle23c/freepdb1