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.2.1
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.0
Choose a head ref
  • 15 commits
  • 11 files changed
  • 6 contributors

Commits on Mar 12, 2023

  1. Merge pull request #888 from amezin/release-3.2.1

    Release 3.2.1
    amezin authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6e7bbfa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

    updates:
    - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2)
    - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6719dfd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c7d8609 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    982ef00 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

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

Commits on Apr 21, 2023

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

    updates:
    - [github.com/PyCQA/autoflake: v2.0.2 → v2.1.0](PyCQA/autoflake@v2.0.2...v2.1.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6317cc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

    updates:
    - [github.com/PyCQA/autoflake: v2.1.0 → v2.1.1](PyCQA/autoflake@v2.1.0...v2.1.1)
    - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8fbecd8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
    pre-commit-ci[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    a338075 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #900 from pytest-dev/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    bluetech authored May 10, 2023
    Configuration menu
    Copy the full SHA
    e48dc3c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    be1d5c4 View commit details
    Browse the repository at this point in the history
  2. Deploy via a protected environment and using PyPI trusted publishers (#…

    …902)
    
    Following recent discussions, this changes the development process as follows:
    
    1. The deploy is now manually triggered after the release PR is approved.
    2. The deploy workflow tags the repository only after the package has been published to PyPI.
    3. Use PyPI trusted publishers instead of API tokens.
    
    
    Co-authored-by: Ran Benita <ran@unusedvar.com>
    nicoddemus and bluetech authored May 12, 2023
    Configuration menu
    Copy the full SHA
    37b9dbd View commit details
    Browse the repository at this point in the history
  3. Release 3.3.0

    nicoddemus committed May 12, 2023
    Configuration menu
    Copy the full SHA
    103ee05 View commit details
    Browse the repository at this point in the history
  4. Add check-package step also to 'test' workflow

    This ensures we do not have any surprises when we try to deploy,
    which uses the same step to generate the package.
    nicoddemus committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fa08e09 View commit details
    Browse the repository at this point in the history
  5. Only test on-push for master and a specific branch name

    This avoids testing twice when pushing to the main repository, once for the push, and another for a PR.
    nicoddemus committed May 12, 2023
    Configuration menu
    Copy the full SHA
    657ba9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5b4a5d View commit details
    Browse the repository at this point in the history
Loading