Skip to content

Commit f975df7

Browse files
committed
Exclude pytest-asyncio 0.22.0
pytest-dev/pytest-asyncio#655
1 parent fa21693 commit f975df7

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
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = ["tenacity", "typing-extensions; python_version<'3.10'"]
2525

2626
[project.optional-dependencies]
27-
tests = ["pytest", "pytest-asyncio"]
27+
tests = ["pytest", "pytest-asyncio!=0.22.0"]
2828
typing = ["mypy>=1.4"]
2929
docs = [
3030
"sphinx>=7.2.2",

0 commit comments

Comments
 (0)