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

...into staging
This commit is contained in:
Vladimír Čunát
2024-04-22 08:44:31 +02:00
@@ -133,6 +133,12 @@ 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 = ''