Loading pkgs/development/python-modules/pywemo/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # https://github.com/pywemo/pywemo/issues/264 "test_rules_db_from_device" ]; pythonImportsCheck = [ "pywemo" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/pywemo/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # https://github.com/pywemo/pywemo/issues/264 "test_rules_db_from_device" ]; pythonImportsCheck = [ "pywemo" ]; meta = with lib; { Loading