python3Packages.hahomematic: enable tests
This commit is contained in:
parent
69f136d18c
commit
77ed160628
1 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue