Skip to content

Commit 4060aad

Browse files
committed
Unpin pytest-asyncio after the fix
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
1 parent 4e34a6c commit 4060aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
"coverage",
5353
"coveralls",
5454
"pytest",
55-
"pytest-asyncio<1.1.0",
55+
"pytest-asyncio",
5656
"pytest-cov",
5757
"pytest-mock",
5858
]

0 commit comments

Comments
 (0)