summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-31 16:22:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-31 16:22:52 -0400
commitde73c6d1cd880b213f87723b6cf73fea20a7b9fb (patch)
treedf41f8f02523edb57cef3afe083a926582e176a0
parentc4d6596ba3dfe2674df39370bb1097df09919e42 (diff)
downloadsqlalchemy-de73c6d1cd880b213f87723b6cf73fea20a7b9fb.tar.gz
- pin on cx_Oracle 6.0.1 for the moment while we wait for
either https://github.com/oracle/python-cx_Oracle/issues/75 to be fixed or we can merge a workaround Change-Id: Ia3927337fb48824e0fdc764ed3a9d4930ca7a9c6
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 06681847e..42144cafe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,8 @@ deps=pytest
postgresql: psycopg2>=2.7
mysql: mysqlclient
mysql: pymysql
- oracle: cx_oracle
+ # waiting for https://github.com/oracle/python-cx_Oracle/issues/75
+ oracle: cx_oracle<=6.0.1
mssql: pyodbc
mssql: pymssql
cov: pytest-cov