python3Packages.hahomematic: enable tests

main
Fabian Affolter 2 years ago
parent 69f136d18c
commit 77ed160628
  1. 12
      pkgs/development/python-modules/hahomematic/default.nix

@ -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…
Cancel
Save