From d68bc4d51657f846c24c8084565bc9549721e4a7 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 May 2024 23:06:43 -0400 Subject: [PATCH] python311Packages.zigpy: disable problematic test on x86_64-linux --- pkgs/development/python-modules/zigpy/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/zigpy/default.nix b/pkgs/development/python-modules/zigpy/default.nix index 3cc9a89e70b3..a52549728bb6 100644 --- a/pkgs/development/python-modules/zigpy/default.nix +++ b/pkgs/development/python-modules/zigpy/default.nix @@ -1,4 +1,5 @@ { lib +, stdenv , aiohttp , aioresponses , aiosqlite @@ -74,6 +75,8 @@ buildPythonPackage rec { disabledTests = [ # assert quirked.quirk_metadata.quirk_location.endswith("zigpy/tests/test_quirks_v2.py]-line:104") is False "test_quirks_v2" + ] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [ + "test_periodic_scan_priority" ]; disabledTestPaths = [