]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use python version in extras_require; integrate with tox
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jun 2020 18:01:07 +0000 (14:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jun 2020 19:01:28 +0000 (15:01 -0400)
commit897cd1766d1fabb2368d07a6958496815abe4589
tree754f64ad1169f12dc2ab9801561ce194cff2bc0b
parent5f5b56d646f154ee572c9de80449423304103bad
Use python version in extras_require; integrate with tox

We want to use Oracle version >=7 for all platforms,
but <8 for Python 2.

Similarly, we want to use mysqlclient >= 1.4.0 for all
platforms, but < 2 for Python 2.

Have tox.ini defer to setup.cfg for DBAPIs.

We're not testing mysql-connector-python right now so remove
this from tox.ini.

Change-Id: I02611937da71d2950545e42c34f0b9798478e2a8
setup.cfg
tox.ini