diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2021-01-23 15:27:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2021-01-23 15:27:52 +0000 |
commit | b290352ae7980d0263310c167da33e26be83b16b (patch) | |
tree | dc15be9a356ead57f278bd0003aef65498cb527c /lib/sqlalchemy/testing/fixtures.py | |
parent | e56534995de2a97210d9c3d58183e8d245cdae94 (diff) | |
parent | f6fca84a7ffc71d743bea22e688ef3c944ba545b (diff) | |
download | sqlalchemy-b290352ae7980d0263310c167da33e26be83b16b.tar.gz |
Merge "Removed some legacy terms in favor of modern equivalents. (D&I)"
Diffstat (limited to 'lib/sqlalchemy/testing/fixtures.py')
-rw-r--r-- | lib/sqlalchemy/testing/fixtures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index 45ca48444..515be459b 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -30,7 +30,7 @@ from ..schema import sort_tables_and_constraints class TestBase(object): # A sequence of database names to always run, regardless of the # constraints below. - __whitelist__ = () + __allowlist__ = () # A sequence of requirement names matching testing.requires decorators __requires__ = () |