summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/fixtures.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-01-23 15:27:52 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2021-01-23 15:27:52 +0000
commitb290352ae7980d0263310c167da33e26be83b16b (patch)
treedc15be9a356ead57f278bd0003aef65498cb527c /lib/sqlalchemy/testing/fixtures.py
parente56534995de2a97210d9c3d58183e8d245cdae94 (diff)
parentf6fca84a7ffc71d743bea22e688ef3c944ba545b (diff)
downloadsqlalchemy-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.py2
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__ = ()