python3Packages.hahomematic: enable tests

This commit is contained in:
Fabian Affolter 2022-01-03 20:21:21 +01:00
parent 69f136d18c
commit 77ed160628

View File

@ -1,7 +1,10 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, aiohttp
, pydevccu
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
, voluptuous
, websocket-client
@ -27,8 +30,11 @@ buildPythonPackage rec {
voluptuous
];
# Module has no tests
doCheck = false;
checkInputs = [
pydevccu
pytest-aiohttp
pytestCheckHook
];
pythonImportsCheck = [
"hahomematic"