home-assistant: enable fritz component tests
These tests require pytest-mock for the mocker fixture, but it isn't declared anywhere. https://github.com/home-assistant/core/issues/50253
This commit is contained in:
parent
d8db949832
commit
d4917fafb5
@ -176,6 +176,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
# test infrastructure
|
# test infrastructure
|
||||||
asynctest
|
asynctest
|
||||||
pytest-aiohttp
|
pytest-aiohttp
|
||||||
|
pytest-mock
|
||||||
pytest-rerunfailures
|
pytest-rerunfailures
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
@ -237,6 +238,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
"folder"
|
"folder"
|
||||||
"folder_watcher"
|
"folder_watcher"
|
||||||
"freebox"
|
"freebox"
|
||||||
|
"fritz"
|
||||||
"fritzbox"
|
"fritzbox"
|
||||||
"fritzbox_callmonitor"
|
"fritzbox_callmonitor"
|
||||||
"frontend"
|
"frontend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user