]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
re-enable tests for asyncmy; fix Binary
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jan 2022 20:21:17 +0000 (15:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jan 2022 22:59:31 +0000 (17:59 -0500)
commit469f7fd2f3d51796904cde63dfcc2aafe5663087
treec7224e2cd0af2b58589ec863352e277604562644
parentc6b15e443e0cfc7a09eb24c37123a595fdb639ca
re-enable tests for asyncmy; fix Binary

Fixed regression in asyncmy dialect caused by :ticket:`7567` where removal
of the PyMySQL dependency broke binary columns, due to the asyncmy dialect
not being properly included within CI tests.

Also repairs mariadbconnector isolation level for 2.0.

basically tox config was failing to include additional
drivers.

Fixes: #7593
Change-Id: Iefc1061c24c75fcb9ca1a02d0b5e5f43970ade17
doc/build/changelog/unreleased_14/7593.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/asyncmy.py
lib/sqlalchemy/dialects/mysql/mariadbconnector.py
lib/sqlalchemy/testing/suite/test_types.py
test/requirements.py
tox.ini