mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Go back to coverage==5.5
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
a6b3b79923
commit
cb287ef190
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==6.2"
|
||||
coverage_requirement = "coverage==5.5"
|
||||
session.install(
|
||||
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue