Revert "Merge #302770: python3.pkgs.sphinx: disable flaky test"

This reverts commit d8076340dd, reversing
changes made to 2659563452.

Somehow this change got merged twice.
This commit is contained in:
Vladimír Čunát
2024-04-22 09:03:41 +02:00
parent e34c2340c2
commit 9f8eacf0b2
@@ -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 = ''