From: Mike Bayer Date: Thu, 17 Oct 2019 12:45:03 +0000 (-0400) Subject: Upgrade for python 3.8 X-Git-Tag: rel_1_4_0b1~670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87570acaee8aeb0ae89be2b701fc7a9ce3a5a26;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Upgrade for python 3.8 - remove pymssql again, there are no py38 builds and the project seems stalled again - ideally we would have no pyenvs listed out for tox but for now add py38 Change-Id: Iee2e3da96d2d0e4357aaf2ade735c4b8300c3c12 --- diff --git a/tox.ini b/tox.ini index 7eb809bbe2..0855ac6c6c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py{27,34,35,36,37}-{cext,nocext} +envlist = py{27,34,35,36,37,38}-{cext,nocext} [testenv] # note that we have a .coveragerc file that points coverage specifically @@ -32,7 +32,6 @@ deps=pytest!=3.9.1,!=3.9.2 oracle6: cx_oracle>=6.0.2,!=6.3,!=6.4,<7.0 oracle5: cx_oracle==5.2.1 mssql: pyodbc - mssql: pymssql cov: pytest-cov whitelist_externals=sh @@ -64,7 +63,7 @@ setenv= postgresql: POSTGRESQL={env:TOX_POSTGRESQL:--db postgresql} mysql: MYSQL={env:TOX_MYSQL:--db mysql --db pymysql} oracle,oracle6,oracle5: ORACLE={env:TOX_ORACLE:--db oracle} - mssql: MSSQL={env:TOX_MSSQL:--db mssql --db mssql_pymssql} + mssql: MSSQL={env:TOX_MSSQL:--db mssql} oracle,oracle6,oracle5,mssql: IDENTS=--write-idents db_idents.txt oracle,oracle6,oracle5,mssql: NOMEMORY=--nomemory backendonly: BACKENDONLY=--backend-only