]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Block non-mysqldb / pymysql from testing Enum
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Sep 2020 18:48:57 +0000 (14:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Sep 2020 18:50:10 +0000 (14:50 -0400)
commit55843040b1b4e1493e27051f5125fa322a43dc31
treeb356545fb056b84d03fbb40ab0a39449c458a91b
parentfd1129efd402679f5200fcd3273f8b88b66bda9b
Block non-mysqldb / pymysql from testing Enum

The mariadbconnector driver is having sporadic interpreter
crashes within this test suite.  hopefully the crashes
are specific to these tests else we'll have to remove
mariadb from CI.

Change-Id: Idb7a9521e795d39957bce45415013eb4e771e560
test/dialect/mysql/test_types.py