Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

chore(dependencies): update dependency pytest-cov to ^2.10.1 #93

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2020

This PR contains the following updates:

Package Type Update Change
pytest-cov dev-dependencies minor ^2.8.1 -> ^2.10.1

Release Notes

pytest-dev/pytest-cov

v2.10.1

Compare Source

  • Support for pytest-xdist 2.0, which breaks compatibility with pytest-xdist before 1.22.3 (from 2017).
    Contributed by Zac Hatfield-Dodds in #&#8203;412 <https://github.com/pytest-dev/pytest-cov/pull/412>_.
  • Fixed the LocalPath has no attribute startswith failure that occurred when using the pytester plugin
    in inline mode.

v2.10.0

Compare Source

  • Improved the --no-cov warning. Now it's only shown if --no-cov is present before --cov.
  • Removed legacy pytest support. Changed setup.py so that pytest>=4.6 is required.

v2.9.0

Compare Source

  • Fixed RemovedInPytest4Warning when using Pytest 3.10.
    Contributed by Michael Manganiello in #&#8203;354 <https://github.com/pytest-dev/pytest-cov/pull/354>_.
  • Made pytest startup faster when plugin not active by lazy-importing.
    Contributed by Anders Hovmöller in #&#8203;339 <https://github.com/pytest-dev/pytest-cov/pull/339>_.
  • Various CI improvements.
    Contributed by Daniel Hahler in #&#8203;363 <https://github.com/pytest-dev/pytest-cov/pull/>_ and
    #&#8203;364 <https://github.com/pytest-dev/pytest-cov/pull/364>_.
  • Various Python support updates (drop EOL 3.4, test against 3.8 final).
    Contributed by Hugo van Kemenade in
    #&#8203;336 <https://github.com/pytest-dev/pytest-cov/pull/336>_ and
    #&#8203;367 <https://github.com/pytest-dev/pytest-cov/pull/367>_.
  • Changed --cov-append to always enable data_suffix (a coverage setting).
    Contributed by Harm Geerts in
    #&#8203;387 <https://github.com/pytest-dev/pytest-cov/pull/387>_.
  • Changed --cov-append to handle loading previous data better
    (fixes various path aliasing issues).
  • Various other testing improvements, github issue templates, example updates.
  • Fixed internal failures that are caused by tests that change the current working directory by
    ensuring a consistent working directory when coverage is called.
    See #&#8203;306 <https://github.com/pytest-dev/pytest-cov/issues/306>_ and
    coveragepy#&#8203;881 <https://github.com/nedbat/coveragepy/issues/881>_

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #93 into master will decrease coverage by 1.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   68.54%   66.85%   -1.70%     
==========================================
  Files          23       21       -2     
  Lines        1030      905     -125     
==========================================
- Hits          706      605     -101     
+ Misses        324      300      -24     
Impacted Files Coverage Δ
catsup/utils.py
catsup/__init__.py

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 e7db1ce...4e01518. Read the comment docs.

@renovate renovate bot force-pushed the renovate/pytest-cov-2.x branch from aacd301 to d348853 Compare June 12, 2020 14:25
@renovate renovate bot changed the title chore(dependencies): update dependency pytest-cov to ^2.9.0 chore(dependencies): update dependency pytest-cov to ^2.10.0 Jun 12, 2020
@renovate renovate bot force-pushed the renovate/pytest-cov-2.x branch from d348853 to 4e01518 Compare August 26, 2020 04:00
@renovate renovate bot changed the title chore(dependencies): update dependency pytest-cov to ^2.10.0 chore(dependencies): update dependency pytest-cov to ^2.10.1 Aug 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant