Skip to content

Commit 22b1085

Browse files
committed
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
1 parent 7c9a33c commit 22b1085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ coverage = [
6666

6767
tests_postgresql = ["psycopg2>=2.7"]
6868
tests_mysql = ["mysqlclient>=1.4.0", "pymysql"]
69-
tests_oracle = ["cx_oracle"]
69+
tests_oracle = ["oracledb"]
7070
tests_mssql = ["pyodbc"]
7171

7272
lint = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ psycopg=postgresql+psycopg://scott:tiger@127.0.0.1:5432/test
3232
mysql=mysql://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4
3333
mariadb=mariadb://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4
3434
mssql=mssql+pyodbc://scott:tiger^5HHH@mssql2022:1433/test?driver=ODBC+Driver+18+for+SQL+Server&TrustServerCertificate=yes&Encrypt=Optional
35-
oracle=oracle://scott:tiger@oracle18c/xe
35+
oracle=oracle+oracledb://scott:tiger@oracle23c/freepdb1
3636

3737

3838

0 commit comments

Comments
 (0)