]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- pin on cx_Oracle 6.0.1 for the moment while we wait for
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Aug 2017 20:22:52 +0000 (16:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Aug 2017 20:22:52 +0000 (16:22 -0400)
either https://github.com/oracle/python-cx_Oracle/issues/75
to be fixed or we can merge a workaround

Change-Id: Ia3927337fb48824e0fdc764ed3a9d4930ca7a9c6

tox.ini

diff --git a/tox.ini b/tox.ini
index 06681847efc8ad3d57396e5210b3ddc3c47041eb..42144cafe4fea2e1c6d794cf6452178bd096528c 100644 (file)
--- 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