Add Python 3.10 to CI (#59729)

This commit is contained in:
Franck Nijhof 2022-02-17 14:58:24 +01:00 committed by GitHub
parent 7012375bf1
commit 276fd4f42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 99 additions and 428 deletions

View file

@ -1,8 +1,13 @@
"""Test Z-Wave workarounds."""
import pytest
from homeassistant.components.zwave import const, workaround
from tests.mock.zwave import MockNode, MockValue
# Integration is disabled
pytest.skip("Integration has been disabled in the manifest", allow_module_level=True)
def test_get_device_no_component_mapping():
"""Test that None is returned."""