1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Replace whitelist with allowlist in tox.ini

This commit is contained in:
secwall 2022-12-08 11:35:14 +03:00
parent 9721207893
commit 836ef2bfdd

View File

@ -7,7 +7,7 @@
envlist = py27, py311, flake8, pylint, yapf envlist = py27, py311, flake8, pylint, yapf
[testenv:py27] [testenv:py27]
whitelist_externals = rm allowlist_externals = rm
commands = rm -rf htmlcov commands = rm -rf htmlcov
coverage erase coverage erase
coverage run -p --include=pgmigrate.py {envbindir}/behave -q coverage run -p --include=pgmigrate.py {envbindir}/behave -q
@ -18,9 +18,10 @@ deps = behave
importlib importlib
coverage coverage
func_timeout func_timeout
future
[testenv:py311] [testenv:py311]
whitelist_externals = rm allowlist_externals = rm
commands = rm -rf htmlcov commands = rm -rf htmlcov
coverage erase coverage erase
coverage run -p --include=pgmigrate.py {envbindir}/behave -q coverage run -p --include=pgmigrate.py {envbindir}/behave -q