Skip to content

Commit f9ea264

Browse files
authored
Bump pytest-asyncio to resolve MacOS contextvar test errors (#219)
Bump pytest-asyncio to >=1.1 Fixes an issue with contextvars on MacOS and Python 3.9. See pytest-dev/pytest-asyncio#878
1 parent b97fe94 commit f9ea264

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
@@ -47,7 +47,7 @@ dev = [
4747
"mypy",
4848
"pre-commit",
4949
"pytest",
50-
"pytest-asyncio>=1",
50+
"pytest-asyncio>=1.1",
5151
"pytest-cov",
5252
"ruff>=0.2.0",
5353
"tox",

0 commit comments

Comments
 (0)