Skip to content

Commit

Permalink
pytest-asyncio: Fix compatibility with pytest 8.2
Browse files Browse the repository at this point in the history
Fixes the following error:

    AttributeError: 'FixtureDef' object has no attribute 'unittest'
  • Loading branch information
holesch committed May 1, 2024
1 parent 20f666f commit b01059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
"pylint",
"pylint-pytest",
"pytest",
"pytest-asyncio == 0.21.1",
"pytest-asyncio ~= 0.21.2",
"pytest-cov",
]
docs = [
Expand Down

0 comments on commit b01059f

Please sign in to comment.