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
asynctest
pytest-aiohttp
pytest-mock
pytest-rerunfailures
pytest-xdist
pytestCheckHook
@ -237,6 +238,7 @@ in with py.pkgs; buildPythonApplication rec {
"folder"
"folder_watcher"
"freebox"
"fritz"
"fritzbox"
"fritzbox_callmonitor"
"frontend"