]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
indicate pymssql as only binary
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Jul 2023 18:07:45 +0000 (14:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Jul 2023 18:07:45 +0000 (14:07 -0400)
commit19da1e2cfb59ad91c930b627a1facd14d14bd023
treee61d0f9777142497b57f20187fade8e25f901662
parent8ecadd45d7afc5d510126226654f54ae67e42a4e
indicate pymssql as only binary

a new release of pymssql is out and they don't have wheel files,
so builds are failing.

we don't have deps set up to build pymssql, so hack into tox.ini
to force pip to only use a wheel.

additionally, add "py3" as a recognized target where we are referring
to specific py3 versions.

Change-Id: Id876fe902d4d7cae964a241c9fd7b678645b0ea5
tox.ini