Revert "Merge #302770: python3.pkgs.sphinx: disable flaky test"
This reverts commitd8076340dd, reversing changes made to2659563452. Somehow this change got merged twice.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user