From 90f091fe703903b17ce15fe05e885342fe03a967 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 Aug 2023 13:58:59 +0200 Subject: [PATCH] python311Packages.hahomematic: enable tests --- pkgs/development/python-modules/hahomematic/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 7fc8711be924..627455815992 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -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" ];