]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Upgrade for python 3.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Oct 2019 12:45:03 +0000 (08:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Oct 2019 12:45:03 +0000 (08:45 -0400)
- 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

tox.ini

diff --git a/tox.ini b/tox.ini
index 7eb809bbe274fea314c04c164c685585e77f6ad5..0855ac6c6c82f9eee0c1f19d19ff21952703aebc 100644 (file)
--- 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