Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #310738 from getchoo/pkgs/zigpy/scan_priority

python311Packages.zigpy: disable problematic test on x86_64-linux

authored by Fabian Affolter and committed by GitHub f5273fe2 81b26867

+3
+3
pkgs/development/python-modules/zigpy/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , aiohttp 3 4 , aioresponses 4 5 , aiosqlite ··· 74 75 disabledTests = [ 75 76 # assert quirked.quirk_metadata.quirk_location.endswith("zigpy/tests/test_quirks_v2.py]-line:104") is False 76 77 "test_quirks_v2" 78 + ] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [ 79 + "test_periodic_scan_priority" 77 80 ]; 78 81 79 82 disabledTestPaths = [