mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
home-assistant: test here_travel_time component
This commit is contained in:
parent
00bc61110b
commit
b86c53ddc4
@ -441,6 +441,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"hassio"
|
||||
"hddtemp"
|
||||
"heos"
|
||||
"here_travel_time"
|
||||
"history"
|
||||
"history_stats"
|
||||
"hive"
|
||||
@ -743,6 +744,8 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"--only-rerun RuntimeError"
|
||||
# enable full variable printing on error
|
||||
"--showlocals"
|
||||
# here_travel_time/test_sensor.py: Tries to access HERE API: herepy.error.HEREError: Error occured on __get
|
||||
"--deselect tests/components/here_travel_time/test_sensor.py::test_invalid_credentials"
|
||||
# screenlogic/test_config_flow.py: Tries to send out UDP broadcasts
|
||||
"--deselect tests/components/screenlogic/test_config_flow.py::test_form_cannot_connect"
|
||||
# asuswrt/test_config_flow.py: Sandbox network limitations, fails with unexpected error
|
||||
|
Loading…
Reference in New Issue
Block a user