From: Mike Bayer Date: Wed, 27 Sep 2023 21:45:05 +0000 (-0400) Subject: next attempt, try building pyodbc from github rather than released X-Git-Tag: rel_2_0_22~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f96da1a8985dfb9303eef41135044c82420d08cc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git next attempt, try building pyodbc from github rather than released Change-Id: I87b39ae7fdf3d57e1e0c3ccb4e826e733c3c21ce --- diff --git a/tox.ini b/tox.ini index 5140ccafe2..1e0a576983 100644 --- 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