diff --git a/pkgs/development/python-modules/qtile/default.nix b/pkgs/development/python-modules/qtile/default.nix index 1ca2185d1dae..aff452f93978 100644 --- a/pkgs/development/python-modules/qtile/default.nix +++ b/pkgs/development/python-modules/qtile/default.nix @@ -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 = {