Rather than using backticks multiple times to set several envvars, there are times when it is more logical and efficient to dynamically emit an array of envvars to be added to setenv.
This is possibly a different tox plugin, at least because it should be done with a different testenv key instead of setenv (indeed, even the backticks could have been implemented using a different key setenv_dynamic).
Rather than using backticks multiple times to set several envvars, there are times when it is more logical and efficient to dynamically emit an array of envvars to be added to setenv.
This is possibly a different tox plugin, at least because it should be done with a different testenv key instead of
setenv(indeed, even the backticks could have been implemented using a different keysetenv_dynamic).