@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user