mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Bump lowest coverage version to 6.2
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
03a3bccdbf
commit
872293bbb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue