]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove __allowlist__
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 15:31:20 +0000 (10:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 18:05:53 +0000 (13:05 -0500)
this testing element is not used

Change-Id: I484c9a9f070122545fcdabe5a7f13b0bfca17023
(cherry picked from commit 20a15345a3f1e4755613d908a3d3cfe1bfe35c6c)

lib/sqlalchemy/testing/fixtures.py

index 841823419f78cfa9b35ce2a1405ff428d1fc0f73..1dcbf8890a0c297999e9951322d9ec381e0d280e 100644 (file)
@@ -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__ = ()