From fa7a5111487f0977c48cf9ce4b839f2fd1deba96 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 10 May 2026 02:27:20 +0200 Subject: [PATCH] python3Packages.serialx: disable racy tests --- pkgs/development/python-modules/serialx/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/serialx/default.nix b/pkgs/development/python-modules/serialx/default.nix index 15b6680e6972..3b3d7cfe2c37 100644 --- a/pkgs/development/python-modules/serialx/default.nix +++ b/pkgs/development/python-modules/serialx/default.nix @@ -70,6 +70,9 @@ buildPythonPackage (finalAttrs: { "test_compat_tools_module" # connects to 192.0.2.1 "test_async_socket_connect_timeout" + # racy + "test_sync_readexactly_total_timeout" + "test_sync_read_until_total_timeout" ]; meta = {