Skip to content

Commit

Permalink
remove pytest_asyncio lib (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLi-coder authored Sep 9, 2024
1 parent 2444964 commit d36d06f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ tests = [
"pytest-mock>=3.12.0",
"pytest-servers[all]>=0.5.5",
"pytest-benchmark[histogram]",
"pytest-asyncio>=0.23.2",
"pytest-xdist>=3.3.1",
"virtualenv",
"dulwich",
Expand Down Expand Up @@ -136,7 +135,6 @@ markers = [
"llm_and_nlp: LLM and NLP examples",
"multimodal: Multimodal examples"
]
asyncio_mode = "auto"
filterwarnings = [
"error::pandas.errors.PerformanceWarning",
"error::pydantic.warnings.PydanticDeprecatedSince20",
Expand Down

0 comments on commit d36d06f

Please sign in to comment.