Skip to content

Commit f6edfb1

Browse files
authored
Add missing pytest-asyncio plugin (#461)
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"
1 parent d8daef9 commit f6edfb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- mypy
2323
- ruff
2424
- pandas-stubs
25+
- pytest-asyncio
2526
- pytest-mypy
2627
- pytest-cov
2728
- pytest

0 commit comments

Comments
 (0)