Bump pyicloud to 1.0.0 (#67037)
This commit is contained in:
parent
2a2f245ae8
commit
d96c2df6a8
5 changed files with 5 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
||||||
"name": "Apple iCloud",
|
"name": "Apple iCloud",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
||||||
"requirements": ["pyicloud==0.10.2"],
|
"requirements": ["pyicloud==1.0.0"],
|
||||||
"codeowners": ["@Quentame", "@nzapponi"],
|
"codeowners": ["@Quentame", "@nzapponi"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["keyrings.alt", "pyicloud"]
|
"loggers": ["keyrings.alt", "pyicloud"]
|
||||||
|
|
|
@ -1583,7 +1583,7 @@ pyhomeworks==0.0.6
|
||||||
pyialarm==1.9.0
|
pyialarm==1.9.0
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.10.2
|
pyicloud==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.0.16
|
pyinsteon==1.0.16
|
||||||
|
|
|
@ -997,7 +997,7 @@ pyhomematic==0.1.77
|
||||||
pyialarm==1.9.0
|
pyialarm==1.9.0
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.10.2
|
pyicloud==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.0.16
|
pyinsteon==1.0.16
|
||||||
|
|
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=8
|
DEPENDENCY_CONFLICTS=6
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
|
|
@ -1,11 +1,4 @@
|
||||||
"""Tests for the iCloud config flow.
|
"""Tests for the iCloud config flow."""
|
||||||
|
|
||||||
This integration is temporary disabled, as the library is incompatible
|
|
||||||
with the Python versions we currently support.
|
|
||||||
|
|
||||||
This file has been renamed (instead of skipped), simply because its easier
|
|
||||||
to prevent library imports from happening that way.
|
|
||||||
"""
|
|
||||||
from unittest.mock import MagicMock, Mock, patch
|
from unittest.mock import MagicMock, Mock, patch
|
||||||
|
|
||||||
from pyicloud.exceptions import PyiCloudFailedLoginException
|
from pyicloud.exceptions import PyiCloudFailedLoginException
|
Loading…
Add table
Reference in a new issue