Skip to content

Commit

Permalink
fix: tox4 needs passenv to be comma separated
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Nov 23, 2023
1 parent 9eb611c commit 4abb348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =

[testenv:codestyle]
# pre-commit needs to clone Git repositories over https
passenv = http_proxy https_proxy no_proxy
passenv = http_proxy, https_proxy, no_proxy
commands = pre-commit run --all-files
deps =
pre-commit
Expand Down

0 comments on commit 4abb348

Please sign in to comment.