From: Mike Bayer Date: Sat, 23 Jan 2021 15:31:20 +0000 (-0500) Subject: remove __allowlist__ X-Git-Tag: rel_1_3_23~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0255ecb835863c108fd051a6f051207900d6816;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove __allowlist__ this testing element is not used Change-Id: I484c9a9f070122545fcdabe5a7f13b0bfca17023 (cherry picked from commit 20a15345a3f1e4755613d908a3d3cfe1bfe35c6c) --- diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index 841823419f..1dcbf8890a 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -28,10 +28,6 @@ from ..schema import sort_tables_and_constraints class TestBase(object): - # A sequence of database names to always run, regardless of the - # constraints below. - __allowlist__ = () - # A sequence of requirement names matching testing.requires decorators __requires__ = ()