python3Packages.zigpy: disable failing tests (#424806)

Changed files
+2
pkgs
development
python-modules
zigpy
+2
pkgs/development/python-modules/zigpy/default.nix
···
disabledTestPaths = [
# Tests require network access
"tests/ota/test_ota_providers.py"
+
# All tests fail to shutdown thread during teardown
+
"tests/ota/test_ota_matching.py"
];
pythonImportsCheck = [