Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive replace #2864

Merged
merged 4 commits into from
Jan 16, 2023
Merged

Recursive replace #2864

merged 4 commits into from
Jan 16, 2023

Commits on Jan 16, 2023

  1. test_replace_tox_env: add missing chain cases

    When a replacement references a replacement
    in a non-testenv section it should also be expanded
    masenf committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c25be4e View commit details
    Browse the repository at this point in the history
  2. Recursive ini-value substitution

    Expand substitution expressions that result from a previous subsitution
    expression replacement value (up to 100 times).
    
    Fix tox-dev#2863
    masenf committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    78b6f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1729e6 View commit details
    Browse the repository at this point in the history
  4. 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.
    masenf committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    48d4893 View commit details
    Browse the repository at this point in the history