Skip to content

Commit

Permalink
Update dependency pytest-cov to v4.1.0 (#221)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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://badges.renovateapi.com/packages/pypi/pytest-cov/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pytest-cov/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pytest-cov/4.1.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pytest-cov/4.1.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.1.0`](https://togithub.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#&#8203;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 becomes conflicted, 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://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 632df2e commit e1129fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pre-commit==3.3.2
pydantic==1.10.8
pytest==7.3.1
pytest-asyncio==0.21.0
pytest-cov==4.0.0
pytest-cov==4.1.0
pytest-golden==0.2.2
python-slugify==8.0.1
PyYAML==6.0
Expand Down

0 comments on commit e1129fc

Please sign in to comment.