Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 16, 2023

  1. Recursive replace (#2864)

    * 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.
    masenf authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    99b849b View commit details
    Browse the repository at this point in the history
  2. release 4.3.1

    gaborbernat committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7ccd0f1 View commit details
    Browse the repository at this point in the history
Loading