From: Mike Bayer Date: Fri, 26 Jun 2020 23:40:06 +0000 (-0400) Subject: Pin cx_oracle for python 2 X-Git-Tag: rel_1_4_3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12bbce7eb527e275c3ba9ee6568659c9803c150e;p=thirdparty%2Fsqlalchemy%2Falembic.git Pin cx_oracle for python 2 cx_Oracle 8 is out and it's python 3 only. get tox.ini to use cx_oracle 7 for python 2 tests. Change-Id: If57cb699f447653b1cb8ddd912a50c9180be08ac --- diff --git a/tox.ini b/tox.ini index 912a9aaf..129b09f8 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,8 @@ deps=pytest!=3.9.1,!=3.9.2 postgresql: psycopg2 mysql: mysqlclient mysql: pymysql - oracle: cx_oracle>=6.0,!=6.4 + py3{,5,6,7,8,9,10,11}-oracle: cx_oracle>=7.0 + py2{,7}-oracle: cx_oracle>=7.0,<8 mssql: pymssql cov: pytest-cov