From 2e1ebb9a0c01263f56d3348131c14b58e33cdef3 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 21 Jun 2026 12:05:33 -0700 Subject: [PATCH] python3Packages.zigpy: disable race-driven mock test --- pkgs/development/python-modules/zigpy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/zigpy/default.nix b/pkgs/development/python-modules/zigpy/default.nix index 8ca48443feba..e3bec251f590 100644 --- a/pkgs/development/python-modules/zigpy/default.nix +++ b/pkgs/development/python-modules/zigpy/default.nix @@ -66,6 +66,8 @@ buildPythonPackage (finalAttrs: { disabledTests = [ # assert quirked.quirk_metadata.quirk_location.endswith("zigpy/tests/test_quirks_v2.py]-line:104") is False "test_quirks_v2" + # (Race condition) AssertionError: assert 4 == 3 + "test_periodic_scan_priority" ]; disabledTestPaths = [