Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteRager committed Apr 17, 2024
1 parent b136e38 commit 2209271
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@

pytest_plugins = "pytest_homeassistant_custom_component"


@pytest.fixture(autouse=True)
def socket_enabled():
pytest_socket.socket_allow_hosts(["127.0.0.1"])
pytest_socket.disable_socket(allow_unix_socket=True)


@pytest.fixture(autouse=True)
def auto_enable_custom_integrations(enable_custom_integrations):
yield
Expand Down

0 comments on commit 2209271

Please sign in to comment.