]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
next attempt, try building pyodbc from github rather than released
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Sep 2023 21:45:05 +0000 (17:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Sep 2023 21:45:05 +0000 (17:45 -0400)
Change-Id: I87b39ae7fdf3d57e1e0c3ccb4e826e733c3c21ce

tox.ini

diff --git a/tox.ini b/tox.ini
index 5140ccafe2318f3ad88d0f436d2d2b2a8149c875..1e0a5769832641131de8e5f39b8cb3d22ae04d72 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ extras=
 
      oracle: oracle
      oracle: oracle_oracledb
-     mssql: mssql
+     py{3,37,38,39,310,311}-mssql: mssql
      py{3,37,38,39,310,311}-mssql: mssql_pymssql
 
 install_command=
@@ -61,6 +61,7 @@ deps=
 
      dbapimain-oracle: git+https://github.com/oracle/python-cx_Oracle.git#egg=cx_Oracle
 
+     py312-mssql: git+https://github.com/mkleehammer/pyodbc.git#egg=pyodbc
      dbapimain-mssql: git+https://github.com/mkleehammer/pyodbc.git#egg=pyodbc
 
      cov: pytest-cov