Skip to content

Commit

Permalink
Exclude pytest-asyncio 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 31, 2023
1 parent fa21693 commit f975df7
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 @@ -24,7 +24,7 @@ classifiers = [
dependencies = ["tenacity", "typing-extensions; python_version<'3.10'"]

[project.optional-dependencies]
tests = ["pytest", "pytest-asyncio"]
tests = ["pytest", "pytest-asyncio!=0.22.0"]
typing = ["mypy>=1.4"]
docs = [
"sphinx>=7.2.2",
Expand Down

0 comments on commit f975df7

Please sign in to comment.