Skip to content

Commit 66f2063

Browse files
authored
Merge pull request #1262 from rackerlabs/renovate/pytest-cov-7.x
chore(deps): update dependency pytest-cov to v7
2 parents db27ba4 + dfd9461 commit 66f2063

File tree

10 files changed

+439
-273
lines changed

10 files changed

+439
-273
lines changed

operators/nova-flavors/poetry.lock

Lines changed: 112 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operators/nova-flavors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ watchdog = "^6.0.0"
2020

2121
[tool.poetry.group.test.dependencies]
2222
pytest = "^8.3.3"
23-
pytest-cov = "^6.0.0"
23+
pytest-cov = "^7.0.0"
2424
pytest-github-actions-annotate-failures = "*"
2525
pytest-mock = "^3.14.0"
2626

python/ironic-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ idrac-redfish-understack = "ironic_understack.redfish_inspect_understack:Underst
2727
test = [
2828
"pytest>=8.3.2,<9",
2929
"pytest-github-actions-annotate-failures",
30-
"pytest-cov>=6.2.1,<7",
30+
"pytest-cov>=7,<8",
3131
]
3232

3333
[tool.uv]

python/ironic-understack/uv.lock

Lines changed: 101 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/neutron-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Source = "https://github.com/rackerlabs/understack"
4545
[dependency-groups]
4646
test = [
4747
"pytest>=8.3.2,<9",
48-
"pytest-cov>=6.2.1,<7",
48+
"pytest-cov>=7,<8",
4949
"pytest-mock>=3.14.0,<4",
5050
]
5151

python/neutron-understack/uv.lock

Lines changed: 100 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/understack-flavor-matcher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = ["pyyaml~=6.0"]
1616
test = [
1717
"pytest>=8.3.2,<9",
1818
"pytest-github-actions-annotate-failures",
19-
"pytest-cov>=6.2.1,<7",
19+
"pytest-cov>=7,<8",
2020
]
2121

2222
[tool.uv]

python/understack-flavor-matcher/uv.lock

Lines changed: 98 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ netapp-configure-interfaces = "understack_workflows.main.netapp_configure_net:ma
4646
test = [
4747
"pytest>=8,<9",
4848
"pytest-github-actions-annotate-failures",
49-
"pytest-cov>=6.0.0,<7",
49+
"pytest-cov>=7,<8",
5050
"pytest-mock>=3.14.0,<4",
5151
"pytest-lazy-fixtures>=1.1.1,<2",
5252
"requests-mock>=1.12.1,<2",

python/understack-workflows/uv.lock

Lines changed: 23 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)