mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[tox] update tox.ini for support for tox
4
`tox` 4 now demands that `passenv` parameter will be comma-separated and not space-seperated. Closes: https://github.com/deluge-torrent/deluge/pull/409
This commit is contained in:
parent
fa750c9fd0
commit
c4b9cc7292
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -56,7 +56,7 @@ deps =
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command = python -m pip install --ignore-installed {opts} {packages}
|
install_command = python -m pip install --ignore-installed {opts} {packages}
|
||||||
passenv = DISPLAY PYTHONPATH APPDATA
|
passenv = DISPLAY,PYTHONPATH,APPDATA
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH = {toxinidir}
|
PYTHONPATH = {toxinidir}
|
||||||
PYTEST_ADDOPTS = --verbose --capture=no
|
PYTEST_ADDOPTS = --verbose --capture=no
|
||||||
|
@ -101,7 +101,7 @@ commands =
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
passenv = HOMEPATH SSH_AUTH_SOCK
|
passenv = HOMEPATH,SSH_AUTH_SOCK
|
||||||
deps = {[baselint]deps}
|
deps = {[baselint]deps}
|
||||||
commands = pre-commit run --all-files
|
commands = pre-commit run --all-files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue