From effa5e9bff9c055e299bfdfea488558f8e924d2a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 17:34:47 +0900 Subject: [PATCH] sphinx: disable racy test This disables another racy test that #435419 missed. It fails on the same local networking mechanism. --- pkgs/development/python-modules/sphinx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 5d4b4d581fa4..7402fa2b3103 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -135,6 +135,7 @@ buildPythonPackage rec { # Racy local networking "test_load_mappings_cache" "test_load_mappings_cache_update" + "test_load_mappings_cache_revert_update" ] ++ lib.optionals (pythonAtLeast "3.12") [ # https://github.com/sphinx-doc/sphinx/issues/12430