diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-31 16:22:52 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-31 16:22:52 -0400 |
commit | de73c6d1cd880b213f87723b6cf73fea20a7b9fb (patch) | |
tree | df41f8f02523edb57cef3afe083a926582e176a0 | |
parent | c4d6596ba3dfe2674df39370bb1097df09919e42 (diff) | |
download | sqlalchemy-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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |