mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Upgrade to coverage==7.3.1
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c6bc5720e9
commit
7f2d7c342f
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def _install_coverage_requirement(session):
|
|||
if SKIP_REQUIREMENTS_INSTALL is False:
|
||||
coverage_requirement = COVERAGE_REQUIREMENT
|
||||
if coverage_requirement is None:
|
||||
coverage_requirement = "coverage==5.2"
|
||||
coverage_requirement = "coverage==7.3.1"
|
||||
session.install(
|
||||
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue