about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2024-05-10 23:06:43 -0400
committerseth <getchoo@tuta.io>2024-05-10 23:06:43 -0400
commitd68bc4d51657f846c24c8084565bc9549721e4a7 (patch)
tree73e788ff8b0e0c92085ee652f99497c62fb2a249 /pkgs
parent82b3012809624f50d32892723f9af5bb2d324d26 (diff)
python311Packages.zigpy: disable problematic test on x86_64-linux
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/zigpy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/zigpy/default.nix b/pkgs/development/python-modules/zigpy/default.nix
index 3cc9a89e70b3f..a52549728bb61 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 = [