diff options
author | Florian Bruhin <me@the-compiler.org> | 2022-12-12 13:42:32 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2022-12-12 13:42:32 +0100 |
commit | 21ac559a6505452609b7c305d7e2c6479cefd22c (patch) | |
tree | f960c811cd5e28658338cadd2cf30f2959cc54e5 /tox.ini | |
parent | bbdc83f638ed1a8e263a3efac0da8a901c1a1420 (diff) | |
download | qutebrowser-21ac559a6505452609b7c305d7e2c6479cefd22c.tar.gz qutebrowser-21ac559a6505452609b7c305d7e2c6479cefd22c.zip |
More adjustments for tox 4 subtleties
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -155,8 +155,9 @@ commands = [testenv:docs] basepython = {env:PYTHON:python3} -whitelist_externals = git -passenv = CI GITHUB_REF +passenv = + CI + GITHUB_REF deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-docs.txt @@ -168,7 +169,10 @@ commands = [testenv:pyinstaller-{64,32}] basepython = {env:PYTHON:python3} -passenv = APPDATA HOME PYINSTALLER_DEBUG +passenv = + APPDATA + HOME + PYINSTALLER_DEBUG deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-pyinstaller.txt @@ -180,14 +184,14 @@ commands = basepython = python3 deps = passenv = TERM -whitelist_externals = eslint +allowlist_externals = eslint changedir = {toxinidir}/qutebrowser/javascript commands = eslint --report-unused-disable-directives . [testenv:shellcheck] basepython = python3 deps = -whitelist_externals = bash +allowlist_externals = bash commands = bash scripts/dev/run_shellcheck.sh {posargs} [testenv:mypy] @@ -212,7 +216,7 @@ commands = [testenv:actionlint] basepython = python3 deps = -whitelist_externals = actionlint +allowlist_externals = actionlint commands = actionlint |