]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
use oracledb in test suite main
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Nov 2025 16:32:25 +0000 (11:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Nov 2025 16:35:35 +0000 (11:35 -0500)
CI uses oracledb by default now so make sure that's
installed.   update URLs etc. for 23c

Change-Id: Ic671bbaa90abb7387708f9fcc488fda2bc416b04

pyproject.toml
setup.cfg

index bc43bdda9b3c84673247c2c80e8e676402a120cc..d7b73749d41952991acd27b7afb11cd58d838a8a 100644 (file)
@@ -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 = [
index 282ce17bef4ad2e75d748038a3ca4c88226076b6..37c6e86a4f207dc95031b8596c0221aa0bcc3fd7 100644 (file)
--- 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