A refreshed backticks tox plugin
This is a very early stage release. Use it at your own risks.
Here's the roadmap to 1.0 release and our current status:
- define a
backquote varinset_envwith abackquoted expression(and nothing else) and evaluate it through bash, inside the tox virtual environment. - Make of a
backquote varusable in commands section. - Allow another variable to be referenced inside the
backquoted expression - Strip the trailing newline characters of the
backquoted expression - Allow user configure the evaluation of
backquote expressionto be with a shell or not (either fork the command directly, either fork a shell and evaluate a possible-complex shell expression) - Allow a
backquote varvalue to contain regular string parts and abackquote expression - Allow a
backquote varvalue to contain more than onebackquote expression - Allow user to configure if we should strip the trailing newline characters or not.
- Allow another variable to reuse the evaluated
backquoted expression - Allow another variable to reuse the evaluated
backquoted expressionwithout reevaluating it :) (I mean, it's hacked, but heh, better than nothing) - If evaluating through a shell, automatically add said shell to
allowlist_externalssection - Have a working package
- Write user documentation