mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-24 09:06:15 +01:00
Hotfix: Don't install any deps when --print-extras-to is used
This commit is contained in:
parent
5577fb3704
commit
ed9ff81816
@ -190,7 +190,7 @@ def tox_testenv_install_deps(venv, action):
|
|||||||
"""We don't install anything"""
|
"""We don't install anything"""
|
||||||
config = venv.envconfig.config
|
config = venv.envconfig.config
|
||||||
unsupported_raise(config, venv)
|
unsupported_raise(config, venv)
|
||||||
if config.option.current_env or config.option.print_deps_to:
|
if config.option.current_env or config.option.print_deps_to or config.option.print_extras_to:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user