Skip to content

Commit 33b1275

Browse files
zzzeekGerrit Code Review
authored andcommitted
Merge "remove __allowlist__"
2 parents fd3ca82 + 20a1534 commit 33b1275

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/sqlalchemy/testing/fixtures.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828

2929
@config.mark_base_test_class()
3030
class TestBase(object):
31-
# A sequence of database names to always run, regardless of the
32-
# constraints below.
33-
__allowlist__ = ()
34-
3531
# A sequence of requirement names matching testing.requires decorators
3632
__requires__ = ()
3733

0 commit comments

Comments
 (0)