]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
get tests to pass on python 3.10
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 May 2021 17:46:36 +0000 (13:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 May 2021 16:12:56 +0000 (12:12 -0400)
commitff1d989c1433c96ac1a50c3662e77ec1025c57cb
tree53d40e9839597f84aef668a860bf838fa6264c53
parent37db4530baaedfff078c5ced83e088bd631a8d75
get tests to pass on python 3.10

Resolved various deprecation warnings which were appearing as of Python
version 3.10.0b1.

block aiomysql on python 3.10 as they are using the "loop" argument
that's removed

sqlcipher-binary has no builds on 3.10, block it for 3.10

Fixes: #6540
Fixes: #6543
Change-Id: Iec1e3881fb289878881ae043b1a18c3ecdf5f077
doc/build/changelog/unreleased_14/py310.rst [new file with mode: 0644]
lib/sqlalchemy/testing/warnings.py
lib/sqlalchemy/util/_concurrency_py3k.py
lib/sqlalchemy/util/compat.py
test/base/test_concurrency_py3k.py
tox.ini