From 9f8eacf0b21562e69d056cc5579e5bf204d0c3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 22 Apr 2024 09:03:41 +0200 Subject: [PATCH] Revert "Merge #302770: python3.pkgs.sphinx: disable flaky test" This reverts commit d8076340ddc31677bc80258d058fc28d83867f62, reversing changes made to 2659563452324d91d9c4c8476f4084124aaa63dc. Somehow this change got merged twice. --- pkgs/development/python-modules/sphinx/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index cc54714fc82d..eaa4d0067dcf 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -133,12 +133,6 @@ buildPythonPackage rec { "tests/test_build_linkcheck.py" ]; - 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 = ''