diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/testing/fixtures.py | 4 |
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__ = () |
