Skip to content

Commit d707629

Browse files
authored
Tests: bump pytest-asyncio>=0.25.2 (#3733)
Fixes "coroutine method 'aclose' of <async_generator> was never awaited" warnings in pytest logs See: pytest-dev/pytest-asyncio#759 See: pytest-dev/pytest-asyncio#1034
1 parent 9e1e174 commit d707629

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
@@ -138,7 +138,7 @@ filterwarnings = [
138138
dev = [
139139
"pre-commit>=4.2.0",
140140
"pytest~=8.0",
141-
"pytest-asyncio>=0.23.8",
141+
"pytest-asyncio>=0.25.2",
142142
"pytest-mock>=3.14.0",
143143
"pytest-httpbin>=2.1.0",
144144
"pytest-socket>=0.7.0",

0 commit comments

Comments
 (0)