python311Packages.hahomematic: enable tests

This commit is contained in:
Fabian Affolter 2023-08-24 13:58:59 +02:00
parent ba66651bbd
commit 90f091fe70

View File

@ -47,9 +47,6 @@ buildPythonPackage rec {
pytestCheckHook
];
# Starting with 0.30 the tests are broken, check with the next major release
doCheck = false;
pythonImportsCheck = [
"hahomematic"
];