Skip to content

Commit c971193

Browse files
committed
pytest-asyncio: Fix compatibility with pytest 8.2
Fixes the following error: AttributeError: 'FixtureDef' object has no attribute 'unittest'
1 parent ee4ce4a commit c971193

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
@@ -54,7 +54,7 @@ test = [
5454
"pylint",
5555
"pylint-pytest",
5656
"pytest",
57-
"pytest-asyncio == 0.21.1",
57+
"pytest-asyncio ~= 0.21.2",
5858
"pytest-cov",
5959
]
6060
docs = [

0 commit comments

Comments
 (0)