mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert coverage update
This commit is contained in:
parent
131a389530
commit
bf6ab537f7
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ def _install_coverage_requirement(session):
|
|||
if SKIP_REQUIREMENTS_INSTALL is False:
|
||||
coverage_requirement = COVERAGE_REQUIREMENT
|
||||
if coverage_requirement is None:
|
||||
coverage_requirement = "coverage==7.2.0"
|
||||
coverage_requirement = "coverage==5.2"
|
||||
session.install(
|
||||
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue