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:
Martin Weinelt 2021-05-07 17:22:57 +02:00
parent d8db949832
commit d4917fafb5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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"