]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add @requirements.schemas to test_create_table_schema
authorGord Thompson <gord@gordthompson.com>
Sat, 18 Apr 2020 14:41:04 +0000 (08:41 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Apr 2020 13:05:03 +0000 (09:05 -0400)
commit899c866824f0f3a58dc187273df3ac62e44bccb5
treeb64e060d67c760f02c67ac9552d4d604bffb2d55
parent362d0036cf003208f31a162d7e7ec2ae54c3cc0d
Add @requirements.schemas to test_create_table_schema

Prevent test_create_table_schema from failing for databases that do not support schemas.

Change-Id: I0f5f129c313ee6023be2e6d84610355afc48c05c
(cherry picked from commit 6e208823a66723c842975e0b75ec0e8b34ce0d2f)
lib/sqlalchemy/testing/suite/test_ddl.py