From 20a15345a3f1e4755613d908a3d3cfe1bfe35c6c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 23 Jan 2021 10:31:20 -0500 Subject: [PATCH] remove __allowlist__ this testing element is not used Change-Id: I484c9a9f070122545fcdabe5a7f13b0bfca17023 --- lib/sqlalchemy/testing/fixtures.py | 4 ---- 1 file changed, 4 deletions(-) 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__ = () -- 2.47.2