File tree 6 files changed +13
-11
lines changed 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 9
9
install_requires = [
10
10
"testcontainers-core" ,
11
11
"sqlalchemy" ,
12
- "cx_Oracle " ,
12
+ "oracledb " ,
13
13
],
14
14
python_requires = ">=3.7" ,
15
15
)
Original file line number Diff line number Diff line change 1
1
import sqlalchemy
2
- import pytest
3
2
from testcontainers .oracle import OracleDbContainer
4
3
5
4
6
- @pytest .mark .skip (reason = "needs oracle client libraries unavailable on Travis" )
7
5
def test_docker_run_oracle ():
8
6
with OracleDbContainer () as oracledb :
9
7
e = sqlalchemy .create_engine (oracledb .get_connection_url ())
Original file line number Diff line number Diff line change @@ -127,10 +127,9 @@ cryptography==36.0.2
127
127
# via
128
128
# -r requirements.in
129
129
# azure-storage-blob
130
+ # oracledb
130
131
# paramiko
131
132
# secretstorage
132
- cx-oracle==8.3.0
133
- # via testcontainers-oracle
134
133
deprecation==2.1.0
135
134
# via testcontainers-core
136
135
distro==1.8.0
@@ -230,6 +229,8 @@ oauthlib==3.2.2
230
229
# via requests-oauthlib
231
230
opensearch-py==2.0.1
232
231
# via testcontainers-opensearch
232
+ oracledb==1.2.1
233
+ # via testcontainers-oracle
233
234
outcome==1.2.0
234
235
# via trio
235
236
packaging==22.0
Original file line number Diff line number Diff line change @@ -133,10 +133,9 @@ cryptography==36.0.2
133
133
# via
134
134
# -r requirements.in
135
135
# azure-storage-blob
136
+ # oracledb
136
137
# paramiko
137
138
# secretstorage
138
- cx-oracle==8.3.0
139
- # via testcontainers-oracle
140
139
deprecation==2.1.0
141
140
# via testcontainers-core
142
141
distro==1.8.0
@@ -246,6 +245,8 @@ oauthlib==3.2.2
246
245
# via requests-oauthlib
247
246
opensearch-py==2.0.1
248
247
# via testcontainers-opensearch
248
+ oracledb==1.2.1
249
+ # via testcontainers-oracle
249
250
outcome==1.2.0
250
251
# via trio
251
252
packaging==22.0
Original file line number Diff line number Diff line change @@ -131,10 +131,9 @@ cryptography==36.0.2
131
131
# via
132
132
# -r requirements.in
133
133
# azure-storage-blob
134
+ # oracledb
134
135
# paramiko
135
136
# secretstorage
136
- cx-oracle==8.3.0
137
- # via testcontainers-oracle
138
137
deprecation==2.1.0
139
138
# via testcontainers-core
140
139
distro==1.8.0
@@ -237,6 +236,8 @@ oauthlib==3.2.2
237
236
# via requests-oauthlib
238
237
opensearch-py==2.0.1
239
238
# via testcontainers-opensearch
239
+ oracledb==1.2.1
240
+ # via testcontainers-oracle
240
241
outcome==1.2.0
241
242
# via trio
242
243
packaging==22.0
Original file line number Diff line number Diff line change @@ -127,10 +127,9 @@ cryptography==36.0.2
127
127
# via
128
128
# -r requirements.in
129
129
# azure-storage-blob
130
+ # oracledb
130
131
# paramiko
131
132
# secretstorage
132
- cx-oracle==8.3.0
133
- # via testcontainers-oracle
134
133
deprecation==2.1.0
135
134
# via testcontainers-core
136
135
distro==1.8.0
@@ -231,6 +230,8 @@ oauthlib==3.2.2
231
230
# via requests-oauthlib
232
231
opensearch-py==2.0.1
233
232
# via testcontainers-opensearch
233
+ oracledb==1.2.1
234
+ # via testcontainers-oracle
234
235
outcome==1.2.0
235
236
# via trio
236
237
packaging==22.0
You can’t perform that action at this time.
0 commit comments