Skip to content

Commit 43ac2dd

Browse files
committed
Downgrade pytest as release was yanked
See pytest-dev/pytest#12069 Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent b7de16b commit 43ac2dd

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
@@ -82,7 +82,7 @@ dev-pylint = [
8282
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
8383
]
8484
dev-pytest = [
85-
"pytest == 8.1.0",
85+
"pytest == 8.0.2",
8686
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
8787
"pytest-mock == 3.12.0",
8888
"pytest-asyncio == 0.23.5",

0 commit comments

Comments
 (0)