Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Bump pytest-xdist from 1.20.1 to 1.31.0 #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jan 9, 2020

Bumps pytest-xdist from 1.20.1 to 1.31.0.

Changelog

Sourced from pytest-xdist's changelog.

pytest-xdist 1.31.0 (2019-12-19)

Features

  • #486: Add support for Python 3.8.

Bug Fixes

  • #491: Fix regression that caused custom plugin command-line arguments to be discarded when using --tx mode.

pytest-xdist 1.30.0 (2019-10-01)

Features

  • #448: Initialization between workers and master nodes is now more consistent, which fixes a number of long-standing issues related to startup with the -c option.

    Issues:

    • #6: Poor interaction between -n# and -c X.cfg
    • #445: pytest-xdist is not reporting the same nodeid as pytest does

    This however only works with pytest 5.1 or later, as it required changes in pytest itself.

Bug Fixes

  • #467: Fix crash issues related to running xdist with the terminal plugin disabled.

pytest-xdist 1.29.0 (2019-06-14)

Features

  • #226: --max-worker-restart now assumes a more reasonable value (4 times the number of nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.
  • #435: When the test session is interrupted due to running out of workers, the reason is shown in the test summary for easier viewing.
  • #442: Compatibility fix for upcoming pytest 5.0: session.exitstatus is now an IntEnum object.

Bug Fixes

  • #435: No longer show an internal error when we run out of workers due to crashes.

pytest-xdist 1.28.0 (2019-04-02)

... (truncated)
Commits
  • 1f139a8 Release 1.31.0
  • 1e284d3 Move 1.30.0 changelog to the top (by mistake?)
  • 038a59e Fix regression with custom arguments being dropped in non-local… (#491)
  • 66e74c8 Add support for Python 3.8 (#486)
  • 7eb0859 Add news file
  • 94d231c Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles
  • 20532ec Add support for Python 3.8
  • cd26963 Fix typo
  • 2c6bc13 Add an example on how to share session fixture data to README (#483)
  • 0c53761 Fix tests for pytest features branch
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

This change is Reviewable

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants