1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 00:54:11 +00:00

home-assistant: disable tado water_heater tests

This commit is contained in:
Martin Weinelt 2021-11-13 16:50:58 +01:00
parent 22fcead7b4
commit 12fa46cbf0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -825,8 +825,9 @@ in with py.pkgs; buildPythonApplication rec {
"tests/auth/mfa_modules/test_notify.py"
# emulated_hue/test_upnp.py: Tries to establish the public ipv4 address
"tests/components/emulated_hue/test_upnp.py"
# tado/test_climate.py: Tries to connect to my.tado.com
# tado/test_{climate,water_heater}.py: Tries to connect to my.tado.com
"tests/components/tado/test_climate.py"
"tests/components/tado/test_water_heater.py"
];
disabledTests = [