]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Don't clear metadata in TablesTest setup
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Nov 2019 16:09:00 +0000 (11:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Nov 2019 16:09:00 +0000 (11:09 -0500)
commitd9e43c518f90c0a79c05d7e6ea2559aef5157f52
tree150c25618c7c6e43f5afc7c639d06d584c5aae37
parentc2432d9d190bdc67f274b8da9296ff9ed044bef1
Don't clear metadata in TablesTest setup

Some upcoming commits will make use of @metadata_fixture
within a TablesTest class.  As the fixture takes place before
setup, remove anything in setup that would interfere with it.

Change-Id: I4f16889c4c02cb2835dcf4886eb09ece848d8109
References: I507bc405eee6cae2c5991345d0eac53a37fe7512
lib/sqlalchemy/testing/fixtures.py