python3Packages.qtile: disable flaky tests

This commit is contained in:
Harinn
2026-05-18 18:35:09 +07:00
parent d24b8f40e1
commit e1fe85f76c
@@ -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 = {