Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Bump pytest-cov from 2.5.1 to 2.6.0 #1462

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytest-cov from 2.5.1 to 2.6.0.

Changelog

Sourced from pytest-cov's changelog.

2.6.0 (2018-09-03)

  • Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4.
  • Fixed some documentation formatting. Contributed by Jean Jordaan and Julian.
  • Added an example with addopts in documentation. Contributed by Samuel Giffard in
    #195 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/195>_.
  • Fixed TypeError: 'NoneType' object is not iterable in certain xdist configurations. Contributed by Jeremy Bowman in
    #213 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/213>_.
  • Added a no_cover marker and fixture. Fixes
    #78 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/78>_.
  • Fixed broken no_cover check when running doctests. Contributed by Terence Honles in
    #200 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/200>_.
  • Fixed various issues with path normalization in reports (when combining coverage data from parallel mode). Fixes
    #130 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/161>.
    Contributed by Ryan Hiebert & Ionel Cristian Mărieș in
    #178 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/178>
    .
  • Report generation failures don't raise exceptions anymore. A warning will be logged instead. Fixes
    #161 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/161>_.
  • Fixed multiprocessing issue on Windows (empty env vars are not passed). Fixes
    #165 <https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/165>_.
Commits
  • 6ad3e93 Bump version: 2.5.1 → 2.6.0
  • 82cf26f Include the py37 settings in the template.
  • 774598b Update some test deps.
  • 904624a Update changelog.
  • f7ec9b2 More stuff in chnagelog.
  • bd0b2df Update changelog.
  • 2d94166 fix DoctestItem has no attribute fixturenames (regression from #78)
  • 8fd680e Added in the doc a useful example to help integrate pytest-cov.
  • 9035014 tests: test_central_subprocess_no_subscript: remove omit
  • 2cf01fd Allow remote nodes to get source modules from .coveragerc
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 12, 2018
@codecov-io
Copy link

Codecov Report

Merging #1462 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1462   +/-   ##
=======================================
  Coverage   93.29%   93.29%           
=======================================
  Files          48       48           
  Lines        1730     1730           
  Branches      170      170           
=======================================
  Hits         1614     1614           
  Misses         93       93           
  Partials       23       23

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f954144...2cfcec5. Read the comment docs.

@jezdez jezdez merged commit 28d5202 into master Nov 12, 2018
@jezdez jezdez deleted the dependabot/pip/pytest-cov-2.6.0 branch November 12, 2018 19:33
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants