]> 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)
committerjonathan vanasco <jonathan@2xlp.com>
Thu, 21 Jan 2021 17:25:04 +0000 (12:25 -0500)
commitf6fca84a7ffc71d743bea22e688ef3c944ba545b
tree14dcb69826339b813386dac5e72a4e9ff1e2f79f
parent851a3a362ee5e05b8438f92e2e1df63c68f79d68
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
lib/sqlalchemy/testing/fixtures.py
regen_callcounts.tox.ini
test/orm/test_session.py
tox.ini