From: Mike Bayer Date: Sat, 23 Jan 2021 15:31:20 +0000 (-0500) Subject: remove __allowlist__ X-Git-Tag: rel_1_4_0b2~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a15345a3f1e4755613d908a3d3cfe1bfe35c6c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove __allowlist__ this testing element is not used Change-Id: I484c9a9f070122545fcdabe5a7f13b0bfca17023 --- diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index 515be459b9..62dd9040ee 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -28,10 +28,6 @@ from ..schema import sort_tables_and_constraints @config.mark_base_test_class() 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__ = ()