home-assistant: enable debugpy tests

This commit is contained in:
Fabian Affolter 2021-05-13 23:52:56 +02:00
parent 57ec7f574e
commit ac4b1133ad

View file

@ -411,6 +411,8 @@ in with py.pkgs; buildPythonApplication rec {
"zone"
"zwave"
"zwave_js"
] ++ lib.optionals (builtins.any (s: s == stdenv.hostPlatform.system) debugpy.meta.platforms) [
"debugpy"
];
pytestFlagsArray = [