Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-xdist from 1.34.0 to 2.2.1 #8203

Merged
merged 2 commits into from
May 20, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps pytest-xdist from 1.34.0 to 2.2.1.

Changelog

Sourced from pytest-xdist's changelog.

pytest-xdist 2.2.1 (2021-02-09)

Bug Fixes

  • [#623](https://github.com/pytest-dev/pytest-xdist/issues/623) <https://github.com/pytest-dev/pytest-xdist/issues/623>_: Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir.

pytest-xdist 2.2.0 (2020-12-14)

Features

  • [#608](https://github.com/pytest-dev/pytest-xdist/issues/608) <https://github.com/pytest-dev/pytest-xdist/issues/608>_: Internal errors in workers are now propagated to the master node.

pytest-xdist 2.1.0 (2020-08-25)

Features

  • [#585](https://github.com/pytest-dev/pytest-xdist/issues/585) <https://github.com/pytest-dev/pytest-xdist/issues/585>_: New pytest_xdist_auto_num_workers hook can be implemented by plugins or conftest.py files to control the number of workers when --numprocesses=auto is given in the command-line.

Trivial Changes

  • [#585](https://github.com/pytest-dev/pytest-xdist/issues/585) <https://github.com/pytest-dev/pytest-xdist/issues/585>_: psutil has proven to make pytest-xdist installation in certain platforms and containers problematic, so to use it for automatic number of CPUs detection users need to install the psutil extra::

    pip install pytest-xdist[psutil]
    

pytest-xdist 2.0.0 (2020-08-12)

Deprecations and Removals

  • [#541](https://github.com/pytest-dev/pytest-xdist/issues/541) <https://github.com/pytest-dev/pytest-xdist/issues/541>_: Drop backward-compatibility "slave" aliases related to worker nodes. We deliberately moved away from this terminology years ago, and it seems like the right time to finish the deprecation and removal process.

  • [#569](https://github.com/pytest-dev/pytest-xdist/issues/569) <https://github.com/pytest-dev/pytest-xdist/issues/569>_: pytest-xdist no longer supports Python 2.7.

Features

  • [#504](https://github.com/pytest-dev/pytest-xdist/issues/504) <https://github.com/pytest-dev/pytest-xdist/issues/504>_: New functions xdist.is_xdist_worker, xdist.is_xdist_master, xdist.get_xdist_worker_id, to easily identify the current node.

... (truncated)

Commits
  • b239199 release 2.2.1
  • e4bcbbe Merge pull request #618 from staticdev/add-python-39-docs
  • f6308ca Merge pull request #623 from pytest-dev/pytest-fspath-deprecation-prep
  • aa89c42 prepare for Node.fspath deprecation
  • 40fa7b0 Add python 3.9 to classifiers
  • ad99d94 Disable pytest-services plugin in test to avoid worker_id conflict (#612)
  • 0d2480f Merge pull request #610 from nicoddemus/release-2.2.0
  • 8f90fb7 Release 2.2.0
  • c5fadcd Merge pull request #608 from nicoddemus/better-errors
  • 16d6363 Propagate internal errors to the master node
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot requested a review from alwx March 15, 2021 13:42
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch from 3809898 to b0905f5 Compare March 16, 2021 10:16
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch 2 times, most recently from 711e889 to ecdd932 Compare March 25, 2021 15:30
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch 4 times, most recently from 857effb to c55fbae Compare April 12, 2021 18:45
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch 2 times, most recently from 51e50cb to 6007b60 Compare April 19, 2021 10:32
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch 3 times, most recently from fd9d6c4 to c56e733 Compare April 29, 2021 09:00
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch 8 times, most recently from 2bbc1e8 to bda2d5d Compare May 12, 2021 13:41
@dependabot dependabot bot force-pushed the dependabot-pip-pytest-xdist-2.2.1 branch from bda2d5d to 32de037 Compare May 18, 2021 10:02
@alwx alwx merged commit 41e3b22 into main May 20, 2021
@alwx alwx deleted the dependabot-pip-pytest-xdist-2.2.1 branch May 20, 2021 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant