Skip to content

Commit 4ab209f

Browse files
dependabot[bot]ttblancharderico-aws
authored
chore(deps): update pytest-cov requirement from ==6.3.* to ==7.0.* (#228)
* chore(deps): update pytest-cov requirement from ==6.3.* to ==7.0.* Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: added patch to coverage to measure subprocesses. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ttblanchard <55503092+ttblanchard@users.noreply.github.com> Co-authored-by: erico-aws <134728121+erico-aws@users.noreply.github.com>
1 parent d15f06c commit 4ab209f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ addopts = [
141141
branch = true
142142
parallel = true
143143
plugins = ["coverage_conditional_plugin"]
144+
patch = ["subprocess"]
144145

145146

146147
[tool.coverage.paths]

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage[toml] == 7.*
22
coverage-conditional-plugin == 0.9.0
33
pytest == 8.4.*
4-
pytest-cov == 6.3.*
4+
pytest-cov == 7.0.*
55
pytest-timeout == 2.4.*
66
pytest-xdist == 3.8.*
77
black == 25.*

0 commit comments

Comments
 (0)