Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.9.0
->==2.12.1
==1.32.0
->==1.34.0
Release Notes
pytest-dev/pytest-cov (pytest-cov)
v2.12.1
Compare Source
toml
requirement to be always be directly required (instead of being required through a coverage extra).This fixes issues with pip-compile (
pip-tools#1300 <https://github.com/jazzband/pip-tools/issues/1300>
).Contributed by Sorin Sbarnea in
#​472 <https://github.com/pytest-dev/pytest-cov/pull/472>
.show_contexts
.Contributed by Brian Rutledge in
#​473 <https://github.com/pytest-dev/pytest-cov/pull/473>
_.v2.12.0
Compare Source
toml
extra to install requirements in setup.py.Contributed by Christian Riedel in
#​410 <https://github.com/pytest-dev/pytest-cov/pull/410>
_.pytest_cov.__version__
to have the right value (string with version instead of a stringincluding
__version__ =
).setup.py
.Contributed by Chris Sreesangkom in
#​467 <https://github.com/pytest-dev/pytest-cov/pull/467>
_.Contributed by Terence Honles in
#​470 <https://github.com/pytest-dev/pytest-cov/pull/470>
_.v2.11.1
Compare Source
Contributed by Michał Górny in
#​451 <https://github.com/pytest-dev/pytest-cov/pull/451>
_.v2.11.0
Compare Source
Contributed by Mateus Berardo de Souza Terra in
#​433 <https://github.com/pytest-dev/pytest-cov/pull/433>
_.examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples>
_directory) to support running
tox -e pyXY
. Now the example configures a suffixed coverage data file,and that makes the cleanup environment unnecessary.
Contributed by Ganden Schaffner in
#​435 <https://github.com/pytest-dev/pytest-cov/pull/435>
_.console_scripts
entrypoint that confused some Gentoo build script.I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in
#​434 <https://github.com/pytest-dev/pytest-cov/pull/434>
_.coverage context <https://coverage.readthedocs.io/en/latest/contexts.html>
_when using subprocesses.
Contributed by Bernát Gábor in
#​443 <https://github.com/pytest-dev/pytest-cov/pull/443>
_.Contributed by Pamela McA'Nulty in
#​429 <https://github.com/pytest-dev/pytest-cov/pull/429>
_.v2.10.1
Compare Source
pytest-xdist
2.0, which breaks compatibility withpytest-xdist
before 1.22.3 (from 2017).Contributed by Zac Hatfield-Dodds in
#​412 <https://github.com/pytest-dev/pytest-cov/pull/412>
_.LocalPath has no attribute startswith
failure that occurred when using thepytester
pluginin inline mode.
v2.10.0
Compare Source
--no-cov
warning. Now it's only shown if--no-cov
is present before--cov
.setup.py
so thatpytest>=4.6
is required.pytest-dev/pytest-xdist (pytest-xdist)
v1.34.0
Compare Source
================================
Features
#​549 <https://github.com/pytest-dev/pytest-xdist/issues/549>
_: Make--pdb
imply--dist no
, as the two options cannot really work together at the moment.Bug Fixes
#​478 <https://github.com/pytest-dev/pytest-xdist/issues/478>
_: Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.#​558 <https://github.com/pytest-dev/pytest-xdist/issues/558>
_: Fixrsyncdirs
usage with pytest 6.0.#​562 <https://github.com/pytest-dev/pytest-xdist/issues/562>
_: Do not trigger the deprecatedpytest_warning_captured
in pytest 6.0+.v1.33.0
Compare Source
================================
Features
#​554 <https://github.com/pytest-dev/pytest-xdist/issues/554>
_: Fix warnings support for upcoming pytest 6.0.Trivial Changes
#​548 <https://github.com/pytest-dev/pytest-xdist/issues/548>
_: SCM and CI files are no longer included in the source distribution.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.