Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency pytest-cov to v4.1.0 (#149)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pytest-cov](https://togithub.com/pytest-dev/pytest-cov)
([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html))
| `==4.0.0` -> `==4.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-cov/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-cov/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-cov/4.0.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-cov/4.0.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest-cov (pytest-cov)</summary>

###
[`v4.1.0`](https://togithub.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#410-2023-05-24)

[Compare
Source](https://togithub.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

-   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>`\_.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/dist-comm-vis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent a6aef23 commit f379f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline =

test =
pytest==7.3.1
pytest-cov==4.0.0
pytest-cov==4.1.0

[options.packages.find]
where = src
Expand Down

0 comments on commit f379f3e

Please sign in to comment.