From 38f0bbeb5d493464a13ebe14382c5f7450ec34dc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 31 Aug 2017 16:22:52 -0400 Subject: [PATCH] - 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) (cherry picked from commit 89fab2824b681073d1e51198b9dd625e9aa5fbed) --- tox_1_1.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox_1_1.ini b/tox_1_1.ini index 503039f78f..b6df87c7f3 100644 --- a/tox_1_1.ini +++ b/tox_1_1.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