From 168279c7cdf325f9b81c00dd0175377f71a02d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 Apr 2024 06:11:28 +0000 Subject: [PATCH] python311Packages.sphinx: disable flaky test --- pkgs/development/python-modules/sphinx/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 96b8d5890aec..779df69da9da 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -123,6 +123,12 @@ buildPythonPackage rec { "test_partialfunction" ]; + disabledTestPaths = [ + # flaky test under load: + # ( index: line 2) broken http://localhost:7777/#top - HTTPConnectionPool(host='localhost', port=7777): Read timed out. (read timeout=0.05) + "tests/test_build_linkcheck.py" + ]; + meta = { description = "Python documentation generator"; longDescription = ''