Skip to content

Commit

Permalink
Add missing pytest-asyncio plugin (#461)
Browse files Browse the repository at this point in the history
Prevent pytest skipping async tests and issuing
PytestUnhandledCoroutineWarning. Also prevent PytestConfigWarning due to
asyncio_default_fixture_loop_scope config option in pyproject.toml.
Also eliminate "PytestUnknownMarkWarning: Unknown pytest.mark.asyncio"
  • Loading branch information
chuckwondo authored Mar 3, 2025
1 parent d8daef9 commit f6edfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- mypy
- ruff
- pandas-stubs
- pytest-asyncio
- pytest-mypy
- pytest-cov
- pytest
Expand Down

0 comments on commit f6edfb1

Please sign in to comment.