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
|
{ 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"
|
||||||
|
|
Loading…
Reference in a new issue