Go back to coverage==5.5

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-10-01 21:13:38 +01:00 committed by Pedro Algarvio
parent a6b3b79923
commit cb287ef190

View file

@ -337,7 +337,7 @@ def _install_coverage_requirement(session):
# plaforms turns the test suite quite slow.
# Unit tests don't finish before the 5 hours timeout when they should
# finish within 1 to 2 hours.
coverage_requirement = "coverage==6.2"
coverage_requirement = "coverage==5.5"
session.install(
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
)