python3Packages.qtile: disable flaky tests (#521526)

This commit is contained in:
Sandro
2026-05-18 15:59:48 +00:00
committed by GitHub
@@ -196,6 +196,12 @@ buildPythonPackage (finalAttrs: {
# Probably won't work in the Nix sandbox due to `xcffib.ConnectionException`
"test_urgent_hook_fire"
# flaky: race between force_update() executor task and widget.info() read
"test_threadpolltext_force_update"
# flaky: race between repl server bind and client connect
"test_repl_server_executes_code"
];
passthru = {