]> 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 15:31:20 +0000 (10:31 -0500)
this testing element is not used

Change-Id: I484c9a9f070122545fcdabe5a7f13b0bfca17023

lib/sqlalchemy/testing/fixtures.py

index 515be459b91251bed9468f29b3eb18689144f375..62dd9040ee78a8193d7108e07e620bf49f83a58a 100644 (file)
@@ -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__ = ()