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.24.2
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.25.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 10, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3496)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3)
    - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    794e6be View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Tests: Adjust expected exception message for Python 3.14.0a6 (#3500)

    E       AssertionError: Regex pattern did not match.
        E        Regex: '3 cannot cast to typing.Union\\[str, int\\]'
        E        Input: '3 cannot cast to str | int'
    
    Change caused likely by python/cpython@dc6d66f
    hroncok authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    beba4be View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#3499)

    updates:
    - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24](abravalheri/validate-pyproject@v0.23...v0.24)
    - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    f5f5cb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3505)

    updates:
    - [github.com/abravalheri/validate-pyproject: v0.24 → v0.24.1](abravalheri/validate-pyproject@v0.24...v0.24.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    5a67ae1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. feat(config): Allow ranges in envlist (#3503)

    * feat(config): Allow ranges in envlist
    
    Implements #3502. Now it is possible to use ranges within the {} of an
    env specifier such as py3{10-13}.
    I chose to implement it as a pre-processing string replacement that just
    replaces the range with a literal enumeration of the range members.
    This is mainly to avoid more in-depth handling of these ranges when it
    coto generative environment lists.
    
    Also moves CircularChainError from `of_type` to `types` to avoid a
    circular import error. (kinda ironic :D)
    
    * fixup! feat(config): Allow ranges in envlist
    
    * fixup! feat(config): Allow ranges in envlist
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fixup! feat(config): Allow ranges in envlist
    
    * fixup! feat(config): Allow ranges in envlist
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Bernát Gábor <[email protected]>
    3 people authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    0e6b4ad View commit details
    Browse the repository at this point in the history
  2. release 4.25.0

    gaborbernat committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    3d35559 View commit details
    Browse the repository at this point in the history
Loading