home-assistant: fix eval

This commit is contained in:
Sandro - 2023-11-14 02:40:27 +01:00
parent e8c3d69f2a
commit a824f213b7
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 2 deletions

View File

@ -99,8 +99,6 @@ in
aws-sam-translator = prev.aws-sam-translator.overridePythonAttrs (_: noTests);
moto = prev.moto.overridePythonAttrs (_: noTests);
};
}).overridePythonAttrs (_: {
doCheck = false;
});
};