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.0.2
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.1.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 5 contributors

Commits on Oct 25, 2022

  1. Merge pull request #830 from nicoddemus/release-3.0.0

    Release 3.0.2
    nicoddemus authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7949c14 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    873c1fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #838 from pytest-dev/hroncok-patch-1

    Remove deprecated stuff from the package description
    nicoddemus authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e232b78 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Update pre-commit

    Also:
    
    * Configure flake8 to ignore formatting-related problems (let black worry about them).
    * Fix reference to Python 3.10 in CI,
    
    Co-authored-by: Bruno Oliveira <[email protected]>
    graingert and nicoddemus authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    59457cc View commit details
    Browse the repository at this point in the history
  2. Run pyupgrade --py37-plus

    nicoddemus committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d7d396a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ffb426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66993ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee850a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0316baf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #842 from nicoddemus/drop-py36-add-py311

    Drop Python 3.6 and add Python 3.11
    nicoddemus authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6b6f133 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

    updates:
    - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2)
    - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990)
    pre-commit-ci[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    41620d2 View commit details
    Browse the repository at this point in the history
  2. Use ternary operator to remove mypy error

    Otherwise we would get this error:
    
    ```
    error: Function "Callable[[Any, bool, Optional[float]], None]" could always be true in boolean context  [truthy-function]
    ```
    nicoddemus committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4a33933 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #844 from pytest-dev/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    nicoddemus authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bb27210 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](pre-commit/mirrors-mypy@v0.990...v0.991)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e14895a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Fix typo psutils -> psutil (#848)

    BreadGenie authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    99c80c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

    updates:
    - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0)
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c6bcd20 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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

Commits on Dec 1, 2022

  1. Merge pull request #851 from nicoddemus/789-default-dist-mode

    Let users configure dist mode in the configuration file
    nicoddemus authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6226965 View commit details
    Browse the repository at this point in the history
  2. Release 3.1.0

    nicoddemus committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    92a76bb View commit details
    Browse the repository at this point in the history
Loading