-
-
Notifications
You must be signed in to change notification settings - Fork 541
Comparing changes
Open a pull request
base repository: tox-dev/tox
base: 4.24.2
head repository: tox-dev/tox
compare: 4.25.0
- 6 commits
- 11 files changed
- 5 contributors
Commits on Mar 10, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 794e6be - Browse repository at this point
Copy the full SHA 794e6beView commit details
Commits on Mar 18, 2025
-
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@dc6d66fConfiguration menu - View commit details
-
Copy full SHA for beba4be - Browse repository at this point
Copy the full SHA beba4beView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for f5f5cb1 - Browse repository at this point
Copy the full SHA f5f5cb1View commit details
Commits on Mar 24, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 5a67ae1 - Browse repository at this point
Copy the full SHA 5a67ae1View commit details
Commits on Mar 27, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0e6b4ad - Browse repository at this point
Copy the full SHA 0e6b4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d35559 - Browse repository at this point
Copy the full SHA 3d35559View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.24.2...4.25.0