home-assistant: enable wallbox tests

Disable two tests that try to access the network.
This commit is contained in:
Martin Weinelt 2021-06-15 14:13:02 +02:00
parent d96bb54ca1
commit ac0e2f63d0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -663,6 +663,7 @@ in with py.pkgs; buildPythonApplication rec {
"volumio"
"vultr"
"wake_on_lan"
"wallbox"
"water_heater"
"waze_travel_time"
"weather"
@ -727,6 +728,9 @@ in with py.pkgs; buildPythonApplication rec {
"--deselect tests/components/prometheus/test_init.py::test_view"
# smhi/test_init.py: Tries to fetch data from the network: socket.gaierror: [Errno -2] Name or service not known
"--deselect tests/components/smhi/test_init.py::test_remove_entry"
# wallbox/test_config_flow.py: Tries to connect to api.wall-box.cim: Failed to establish a new connection: [Errno -2] Name or service not known
"--deselect tests/components/wallbox/test_config_flow.py::test_form_invalid_auth"
"--deselect tests/components/wallbox/test_config_flow.py::test_form_cannot_connect"
# tests are located in tests/
"tests"
# dynamically add packages required for component tests