Skip to content

Commit 5a89cb6

Browse files
authored
add asyncio plugin
1 parent c7bcd30 commit 5a89cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Fixtures for tests"""
22
import pytest
3+
import asyncio
34

4-
pytest_plugins = "pytest_homeassistant_custom_component"
5+
pytest_plugins = ("pytest_homeassistant_custom_component", "pytest_asyncio")
56

67

78
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)