Merge pull request #122419 from fabaff/ha-tests-debugpy

This commit is contained in:
Martin Weinelt 2021-05-14 03:18:53 +02:00 committed by GitHub
commit f0180dd763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [