Skip to content

Commit

Permalink
add asyncio plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored May 9, 2023
1 parent c7bcd30 commit 5a89cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Fixtures for tests"""
import pytest
import asyncio

pytest_plugins = "pytest_homeassistant_custom_component"
pytest_plugins = ("pytest_homeassistant_custom_component", "pytest_asyncio")


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 5a89cb6

Please sign in to comment.