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