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.14.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.15.0
Choose a head ref
  • 13 commits
  • 26 files changed
  • 10 contributors

Commits on Mar 24, 2024

  1. Remove duplicated and misleading configuration section (#3251)

    The removed section described `package_root` in a way which could be
    interpreted that it is a configuration option for a testenv, whereas it
    is a configuration option for the tox section, which is already
    properly documented.
    jugmac00 authored Mar 24, 2024
    Copy the full SHA
    1f431a8 View commit details
  2. Fix dropped leading characters c from constraints' packages (#3250)

    `lstrip` takes a set, not a string, so `.lstrip("-c ")` did not work as
    intended.
    
    Until we only support Python 3.9 or higher, we need to use a custom
    function to remove a prefix. With Python 3.9+ we can use the builtin
    `.removeprefix`.
    
    This fixes #3247.
    
    Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
    jugmac00 and gaborbernat authored Mar 24, 2024
    Copy the full SHA
    51ce2bc View commit details

Commits on Mar 25, 2024

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 25, 2024
    Copy the full SHA
    08223fc View commit details

Commits on Apr 2, 2024

  1. Fix type-checking (#3260)

    Update test typing for build 1.2.0 which has an explicit Distribution type.
    stefanor authored Apr 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a22fe8f View commit details
  2. [pre-commit.ci] pre-commit autoupdate (#3258)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 2, 2024
    Copy the full SHA
    a19a946 View commit details
  3. Update installation.rst (#3257)

    * Update installation.rst
    
    * Add changelog file
    shenxianpeng authored Apr 2, 2024
    Copy the full SHA
    d28a9ee View commit details
  4. Allow appending to deps with the command line (#3259)

    * Support __iadd__ in PythonDeps
    
    * Allow appending to deps with -x testenv.deps+=foo
    
    Fixes: #3256
    
    ---------
    
    Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
    stefanor and gaborbernat authored Apr 2, 2024
    Copy the full SHA
    c2be629 View commit details

Commits on Apr 3, 2024

  1. Support multiple override appends (#3261)

    Currently only the last override supplied is considered, in conflict with now
    supported append overrides ("+="). This now enables appending multiple times via
    the command line.
    amitschang authored Apr 3, 2024
    Copy the full SHA
    f5850c0 View commit details

Commits on Apr 9, 2024

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 9, 2024
    Copy the full SHA
    0e5a3db View commit details

Commits on Apr 23, 2024

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 23, 2024
    Copy the full SHA
    822c9d0 View commit details

Commits on Apr 26, 2024

  1. Add bang to invert exit code (#3271)

    Co-authored-by: Asger Gitz-Johansen <asgj@gomspace.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Apr 26, 2024
    Copy the full SHA
    809e10f View commit details
  2. fix(parser): Fix --discover parsed incorrectly from env (#3274)

    mimre25 authored Apr 26, 2024
    Copy the full SHA
    c54dfbd View commit details
  3. release 4.15.0

    gaborbernat committed Apr 26, 2024
    Copy the full SHA
    261b4ca View commit details
Loading