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.0.0 in /app/requirements #3281

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps pytest-xdist from 1.34.0 to 2.0.0.

Changelog

Sourced from pytest-xdist's changelog.

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.

Bug Fixes

  • [#471](https://github.com/pytest-dev/pytest-xdist/issues/471) <https://github.com/pytest-dev/pytest-xdist/issues/471>_: Fix issue with Rsync reporting in quiet mode.

  • [#553](https://github.com/pytest-dev/pytest-xdist/issues/553) <https://github.com/pytest-dev/pytest-xdist/issues/553>_: When using -n auto, count the number of physical CPU cores instead of logical ones.

Trivial Changes

  • [#541](https://github.com/pytest-dev/pytest-xdist/issues/541) <https://github.com/pytest-dev/pytest-xdist/issues/541>_: pytest-xdist now requires pytest>=6.0.
Commits
  • 43dad45 Prepare release 2.0.0
  • c211d24 Noisy rsync (#473)
  • 2b8b840 run pyupgrade in ci (#573)
  • 3060625 Merge pull request #572 from pytest-dev/pytest6
  • d153e0a Remove compat for pytest < 6
  • ba83984 New methods is_xdist_worker, is_xdist_master, get_xdist_worker_id. (#505)
  • abc1ae0 Merge pull request #571 from nicoddemus/remove-pytest-logwarning
  • 047816f Drop features from old pytest versions
  • 56a8526 Merge pull request #570 from nicoddemus/fix-config-init
  • 55838a1 Remove unnecessary skipif and changelog
  • 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 will merge this PR once CI passes on it, as requested by @tiftran.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 24, 2020
@tiftran
Copy link
Contributor

tiftran commented Aug 24, 2020

@dependabot squash and merge

@dependabot dependabot bot merged commit 46d6945 into dependencies Aug 24, 2020
@dependabot dependabot bot deleted the dependabot/pip/app/requirements/dependencies/pytest-xdist-2.0.0 branch August 24, 2020 07:26
tiftran added a commit that referenced this pull request Aug 24, 2020
tiftran added a commit that referenced this pull request Aug 24, 2020
* Bump @testing-library/jest-dom in /app/experimenter/static/core (#3271)

* Bump bootstrap from 4.5.0 to 4.5.2 in /app/experimenter/static/core (#3272)

* Bump @types/react-select in /app/experimenter/static/rapid (#3273)

* Bump @babel/core from 7.11.1 to 7.11.4 in /app/experimenter/static/core (#3274)

* Bump eslint-plugin-react in /app/experimenter/static/rapid (#3276)

* Bump @mozilla/nimbus-shared in /app/experimenter/static/rapid (#3278)

* Bump faker from 4.1.0 to 5.0.0 in /app/experimenter/static/core (#3277)

* Bump whitenoise from 5.1.0 to 5.2.0 in /app/requirements (#3285)

* Bump @testing-library/react in /app/experimenter/static/core (#3275)

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3279)

* Bump @babel/core from 7.11.1 to 7.11.4 in /app/experimenter/static/rapid (#3280)

* Bump pytest-xdist from 1.34.0 to 2.0.0 in /app/requirements (#3281)

* Bump factory-boy from 2.12.0 to 3.0.1 in /app/requirements (#3282)

* Bump asn1crypto from 1.3.0 to 1.4.0 in /app/requirements (#3283)

* Bump attrs from 19.3.0 to 20.1.0 in /app/requirements (#3284)

* add psutil

* Revert "Bump pytest-xdist from 1.34.0 to 2.0.0 in /app/requirements (#3281)"

This reverts commit 46d6945.

* rapid test fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant