Skip to content

Commit 5082cd7

Browse files
committed
Upgrade pytest to v8
Now that repo-config is upgrade to v0.9, we can also upgrade `pytest`. See: https://github.com/frequenz-floss/frequenz-repo-config-python/releases/tag/v0.9.0 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 00e4f10 commit 5082cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dev-pylint = [
8787
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8888
]
8989
dev-pytest = [
90-
"pytest == 7.4.4",
90+
"pytest == 8.1.1",
9191
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
9292
"pytest-mock == 3.14.0",
9393
"pytest-asyncio == 0.23.6",

0 commit comments

Comments
 (0)