Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pytest-cov to v4 #259

Closed
wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-cov (changelog) ==3.0.0 -> ==4.1.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pytest-dev/pytest-cov (pytest-cov)

v4.1.0

Compare Source

  • Updated CI with new Pythons and dependencies.
  • Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
    Contributed by Sorin Sbarnea in #&#8203;558 <https://github.com/pytest-dev/pytest-cov/pull/558>_.
  • Optimized summary generation to not be performed if no reporting is active (for example,
    when --cov-report='' is used without --cov-fail-under).
    Contributed by Jonathan Stewmon in #&#8203;589 <https://github.com/pytest-dev/pytest-cov/pull/589>_.
  • Added support for JSON reporting.
    Contributed by Matthew Gamble in #&#8203;582 <https://github.com/pytest-dev/pytest-cov/pull/582>_.
  • Refactored code to use f-strings.
    Contributed by Mark Mayo in #&#8203;572 <https://github.com/pytest-dev/pytest-cov/pull/572>_.
  • Fixed a skip in the test suite for some old xdist.
    Contributed by a bunch of people in #&#8203;565 <https://github.com/pytest-dev/pytest-cov/pull/565>_.

v4.0.0

Compare Source

Note that this release drops support for multiprocessing.

  • --cov-fail-under no longer causes pytest --collect-only to fail
    Contributed by Zac Hatfield-Dodds in #&#8203;511 <https://github.com/pytest-dev/pytest-cov/pull/511>_.

  • Dropped support for multiprocessing (mostly because issue 82408 <https://github.com/python/cpython/issues/82408>_). This feature was
    mostly working but very broken in certain scenarios and made the test suite very flaky and slow.

    There is builtin multiprocessing support in coverage and you can migrate to that. All you need is this in your
    .coveragerc::

    [run]
    concurrency = multiprocessing
    parallel = true
    sigterm = true

  • Fixed deprecation in setup.py by trying to import setuptools before distutils.
    Contributed by Ben Greiner in #&#8203;545 <https://github.com/pytest-dev/pytest-cov/pull/545>_.

  • Removed undesirable new lines that were displayed while reporting was disabled.
    Contributed by Delgan in #&#8203;540 <https://github.com/pytest-dev/pytest-cov/pull/540>_.

  • Documentation fixes.
    Contributed by Andre Brisco in #&#8203;543 <https://github.com/pytest-dev/pytest-cov/pull/543>_
    and Colin O'Dell in #&#8203;525 <https://github.com/pytest-dev/pytest-cov/pull/525>_.

  • Added support for LCOV output format via --cov-report=lcov. Only works with coverage 6.3+.
    Contributed by Christian Fetzer in #&#8203;536 <https://github.com/pytest-dev/pytest-cov/issues/536>_.

  • Modernized pytest hook implementation.
    Contributed by Bruno Oliveira in #&#8203;549 <https://github.com/pytest-dev/pytest-cov/pull/549>_
    and Ronny Pfannschmidt in #&#8203;550 <https://github.com/pytest-dev/pytest-cov/pull/550>_.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 9am every weekday,before 5pm every weekday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 16, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 16, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pdm.lock
Command failed: pdm update --no-sync pytest-cov
STATUS: Resolving dependencies
STATUS: Resolving: new pin python>=3.10
STATUS: Resolving: new pin bazel-runfiles 0.25.0
STATUS: Resolving: new pin black 23.3.0
STATUS: Resolving: new pin pulumi 3.86.0
STATUS: Resolving: new pin pyyaml 6.0
STATUS: Resolving: new pin semver 2.13.0
STATUS: Resolving: new pin pulumi-command 0.9.1
STATUS: Resolving: new pin pulumi-kubernetes 4.3.0
STATUS: Resolving: new pin requests 2.31.0
STATUS: Resolving: new pin pyinfra 2.7
STATUS: Resolving: new pin pyopenssl 23.1.0
STATUS: Resolving: new pin pytest 7.3.1
STATUS: Resolving: new pin pytest-cov 4.1.0
🔒 Lock failed
WARNING: Unable to find a resolution for pytest-cov
because of the following conflicts:
  pytest-cov==3.0.0 (from [email protected])
  pytest-cov==4.1.0 (from project)
To fix this, you could loosen the dependency version constraints in pyproject.toml. See https://pdm-project.org/latest/usage/dependency/#solve-the-locking-failure for more details.
See /tmp/pdm-lock-t4glo1tu.log for detailed debug log.
[ResolutionImpossible]: Unable to find a resolution
WARNING: Add '-v' to see the detailed traceback

@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 18 times, most recently from 1164f79 to 70c9265 Compare May 23, 2023 03:15
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 10 times, most recently from 5053c22 to 381b60b Compare May 26, 2023 08:43
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 3 times, most recently from 6c30cbf to 90bcff0 Compare October 30, 2023 11:20
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 7 times, most recently from a83ca9e to 6879919 Compare November 24, 2023 10:12
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 4 times, most recently from b3d3a8c to b67ad63 Compare December 11, 2023 20:02
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 6 times, most recently from c953461 to a4613c6 Compare December 19, 2023 14:30
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch 3 times, most recently from ea9c173 to 208bc26 Compare December 19, 2023 18:31
@renovate renovate bot force-pushed the renovate/pytest-cov-4.x branch from 208bc26 to 2995bcb Compare December 19, 2023 21:10
@mvgijssel mvgijssel closed this Nov 16, 2024
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.

2 participants