| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
Fix https://github.com/tox-dev/tox/issues/2869
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* test_replace_tox_env: add missing chain cases
When a replacement references a replacement
in a non-testenv section it should also be expanded
* Recursive ini-value substitution
Expand substitution expressions that result from a previous subsitution
expression replacement value (up to 100 times).
Fix #2863
* cr: changelog: fix trailing period
* test_replace_tox_env: tests for MAX_REPLACE_DEPTH
Create a long chain of substitution values and assert that
they stop being processed after some time.
|
| | |
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2718
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2569
|
| | |
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix handling of substitution defaults containing colon
* Join remaining parts of string instead of splitting on colon.
* Add test with substitution default that contains a colon (URL).
Fixes #2182
Signed-off-by: Marco Weber <marco.weber@hotmail.de>
* Add changelog entry
|
| |
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
|
| |
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
Co-authored-by: Miroslav Šedivý <eumiro@gmail.com>
|
| |
|
|
|
|
|
|
| |
- Add documentation for the plugin interface
- Introduce the installer abstraction
- Rework how we handle tox deps section, requirement and constraint files
- Support for escaping comments in tox.ini configs
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
| |
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
| |
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
| |
This test was identical to test_replace_pos_args_none_sys_argv. I assume this is not intentional
|
| |
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| | |
|
| |
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| | |
|
| |
|
|
|
|
|
| |
This allows users to force isatty until we fix
https://github.com/tox-dev/tox/issues/1773.
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
Do not swallow internal errors.
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
replace curly braces in ini parser
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|