Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 28, 2020

Bumps pytest-xdist from 1.29.0 to 1.34.0.

Changelog

Sourced from pytest-xdist's changelog.

pytest-xdist 1.34.0 (2020-07-27)

Features

  • #549: Make --pdb imply --dist no, as the two options cannot really work together at the moment.

Bug Fixes

  • #478: Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
  • #558: Fix rsyncdirs usage with pytest 6.0.
  • #562: Do not trigger the deprecated pytest_warning_captured in pytest 6.0+.

pytest-xdist 1.33.0 (2020-07-09)

Features

  • #554: Fix warnings support for upcoming pytest 6.0.

Trivial Changes

  • #548: SCM and CI files are no longer included in the source distribution.

pytest-xdist 1.32.0 (2020-05-03)

Deprecations and Removals

  • #475: Drop support for EOL Python 3.4.

Features

  • #524: Add testrun_uid fixture. This is a shared value that uniquely identifies a test run among all workers. This also adds a PYTEST_XDIST_TESTRUNUID environment variable that is accessible within a test as well as a command line option --testrunuid to manually set the value from outside.

pytest-xdist 1.31.0 (2019-12-19)

Features

  • #486: Add support for Python 3.8.

Bug Fixes

Commits
  • 7bf6547 Release 1.34.0
  • b524317 Make "--pdb" imply "--dist no"
  • 467ac33 tests: check that PYTEST_ADDOPTS is not processed twice
  • fac0c14 Merge pull request #531 from mgorny/timeout
  • 82730e5 Improve description of testing with multiple CPU's
  • 78eaa4c Merge pull request #563 from nicoddemus/pytest-warning-captured-562
  • 18b1887 Do not trigger pytest_warning_captured in pytest 6.0+
  • 2fc21fd Merge pull request #558 from nicoddemus/fix-rsync-dirs
  • 443dc21 Fix rsyncdirs usage with pytest 6.0
  • 727c41e Merge pull request #556 from nicoddemus/release-1.33.0
  • 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.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 28, 2020
@coveralls
Copy link

coveralls commented Jul 28, 2020

Coverage Status

Coverage remained the same at 56.728% when pulling 808e625 on dependabot/pip/pytest-xdist-1.34.0 into f44131a on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 56.728% when pulling 8625abc on dependabot/pip/pytest-xdist-1.34.0 into 4cacee3 on master.

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 1.29.0 to 1.34.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v1.29.0...v1.34.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pytest-xdist-1.34.0 branch from 8625abc to 808e625 Compare July 28, 2020 06:01
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot merged commit 8658e3d into master Jul 28, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-xdist-1.34.0 branch July 28, 2020 07:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant