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: pytest-dev/pytest-xdist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: pytest-dev/pytest-xdist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on May 12, 2023

  1. Merge pull request #905 from pytest-dev/release-3.3.0

    Release 3.3.0
    nicoddemus authored May 12, 2023
    Configuration menu
    Copy the full SHA
    4d230b6 View commit details
    Browse the repository at this point in the history
  2. Fix tag creation in deploy workflow

    As commented in #905, an annotated tag needs a configured user.
    nicoddemus committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d8fb60b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d39025 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request #906 from nicoddemus/ci-improvements

    CI improvements
    nicoddemus authored May 15, 2023
    Configuration menu
    Copy the full SHA
    9efc64e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    52a6143 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Avoid unnecessary rinfo calls after creating gateways (#909)

    Hopefully this fixes #907, as seems this is the only
    change in #901 which is somehow related.
    
    ---------
    
    Co-authored-by: Ronny Pfannschmidt <[email protected]>
    nicoddemus and RonnyPfannschmidt authored May 19, 2023
    Configuration menu
    Copy the full SHA
    4e7bd02 View commit details
    Browse the repository at this point in the history
  2. Release 3.3.1

    nicoddemus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9791021 View commit details
    Browse the repository at this point in the history
Loading