Bump lowest coverage version to 6.2

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-09-30 14:42:05 +01:00 committed by Pedro Algarvio
parent 03a3bccdbf
commit 872293bbb0

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==5.2"
coverage_requirement = "coverage==6.2"
session.install(
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
)