summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-01-23 18:05:24 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2021-01-23 18:05:24 +0000
commit33b12754f9aa0aaee2bdac01faeade7ecc93f028 (patch)
tree0f91d0c1c742e541de4c9c293ed8d13af17ccb86 /lib/sqlalchemy
parentfd3ca828f05198068eaf89c1f37f63fecad72a55 (diff)
parent20a15345a3f1e4755613d908a3d3cfe1bfe35c6c (diff)
downloadsqlalchemy-33b12754f9aa0aaee2bdac01faeade7ecc93f028.tar.gz
Merge "remove __allowlist__"
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/testing/fixtures.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py
index 515be459b..62dd9040e 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__ = ()