]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Removed some legacy terms in favor of modern equivalents. (D&I)
authorjonathan vanasco <jonathan@2xlp.com>
Thu, 21 Jan 2021 17:25:04 +0000 (12:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 15:29:51 +0000 (10:29 -0500)
commit9066f4c6cf935b8067e04ebe8883f8df9ca4b732
tree86d9d359d865a223e7d906158cc0155c1a28bbe4
parent90a2d8010f4b287b3afede19b0f78755001aeb55
Removed some legacy terms in favor of modern equivalents. (D&I)

Migrated testing fixture:
`TestBase.__whitelist__` -> `TestBase.__allowlist__`

Migrated tox commands from deprecated to current:
`whitelist_externals` > `allowlist_externals`

Migrated test_session:
`blacklist` -> `blocklist`

Change-Id: I395d5ee977ff22fa703276b9b873cc96c59b9a35
(cherry picked from commit f6fca84a7ffc71d743bea22e688ef3c944ba545b)
lib/sqlalchemy/testing/fixtures.py
regen_callcounts.tox.ini
test/orm/test_session.py
tox.ini