]> 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 23:00:30 +0000 (18:00 -0500)
commitf3c1271953287a94a52075cd9ad6032c43d4bfa5
treeb95c44a6673afabb837262f3589b65cf5e6d7481
parent541debf1e381d639bc3da78de78ab7282bfb57d3
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.

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