From 93187ed5456f5b06afe989be42f93c253833c0a1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 4 Jul 2018 23:32:17 -0400 Subject: [PATCH] block cx_Oracle 6.4 Prevents https://github.com/oracle/python-cx_Oracle/issues/199 Change-Id: Ie964f4cf0d57b65f18761e5673f9ce67c948114a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ca819ef5..9c16b9b0 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps=pytest postgresql: psycopg2 mysql: mysqlclient mysql: pymysql - oracle: cx_oracle + oracle: cx_oracle>=6.0,!=6.4 mssql: pymssql cov: pytest-cov -- 2.47.2