about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-05-11 10:34:07 +0200
committerGitHub <noreply@github.com>2024-05-11 10:34:07 +0200
commitf5273fe2ee6cd0e2236150bd2dbd92caae7ccad6 (patch)
treeb681f9176a3a2fa10be94bb720f5be01d8c1a52b /pkgs
parent81b2686724166ded704fdd71f32e6b1f43661978 (diff)
parentd68bc4d51657f846c24c8084565bc9549721e4a7 (diff)
Merge pull request #310738 from getchoo/pkgs/zigpy/scan_priority
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 = [