From: Mike Bayer Date: Thu, 31 Aug 2017 20:22:52 +0000 (-0400) Subject: - pin on cx_Oracle 6.0.1 for the moment while we wait for X-Git-Tag: rel_1_1_14~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89fab2824b681073d1e51198b9dd625e9aa5fbed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 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 (cherry picked from commit de73c6d1cd880b213f87723b6cf73fea20a7b9fb) --- diff --git a/tox.ini b/tox.ini index 503039f78f..b6df87c7f3 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