Skip to content

Commit

Permalink
Relax test dependency constraints (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Jun 26, 2022
1 parent 2882f3e commit dd96c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pytest==7.1.1
pytest~=7.1
pytest-homeassistant-custom-component==0.9.17
pytest-aiohttp==0.3.0

# Component dependencies
backoff==1.11.1
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from homeassistant.const import CONF_IP_ADDRESS, CONF_PASSWORD
from homeassistant.core import HomeAssistant
from pytest_homeassistant_custom_component.common import load_fixture, MockConfigEntry
from pytest_homeassistant_custom_component.common import MockConfigEntry

from custom_components.candy import DOMAIN, CONF_KEY_USE_ENCRYPTION

Expand Down
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest
from pytest_homeassistant_custom_component.common import load_fixture

from custom_components.candy.client import CandyClient, detect_encryption, Encryption
from custom_components.candy.client.model import MachineState, WashProgramState, WashingMachineStatus, DishwasherStatus
Expand Down

0 comments on commit dd96c43

Please sign in to comment.