]> 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)
committerGord Thompson <gord@gordthompson.com>
Sat, 18 Apr 2020 14:41:04 +0000 (08:41 -0600)
commit6e208823a66723c842975e0b75ec0e8b34ce0d2f
tree21c588c5e37bd66c3da3d3aadbb2d84dd806d4dc
parent2f617f56f2acdce00b88f746c403cf5ed66d4d27
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
lib/sqlalchemy/testing/suite/test_ddl.py