-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit 98edf8f
authored
chore(deps): update dependency pytest-cov to v7 (#855)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov)
([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html))
| `==6.3.0` -> `==7.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pytest-dev/pytest-cov (pytest-cov)</summary>
###
[`v7.0.0`](https://redirect.github.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#700-2025-09-09)
[Compare
Source](https://redirect.github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0)
- Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to
measure subprocesses created in tests.
It relied on a `.pth` file, there was no way to opt-out and it created
bad interations
with `coverage's new patch system
<https://coverage.readthedocs.io/en/latest/config.html#run-patch>`\_
added
in `7.10
<https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>`\_.
To migrate to this release you might need to enable the suprocess patch,
example for `.coveragerc`:
.. code-block:: ini
\[run]
patch = subprocess
This release also requires at least coverage 7.10.6.
- Switched packaging to have metadata completely in `pyproject.toml` and
use `hatchling <https://pypi.org/project/hatchling/>`\_ for
building.
Contributed by Ofek Lev in `#​551
<https://github.com/pytest-dev/pytest-cov/pull/551>`\_
with some extras in `#​716
<https://github.com/pytest-dev/pytest-cov/pull/716>`\_.
- Removed some not really necessary testing deps like `six`.
</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/line/line-bot-sdk-python).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 434ff13 commit 98edf8fCopy full SHA for 98edf8f
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments