mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Revert unwanted changes dependent on other PRs
This commit is contained in:
parent
5ad05c61cf
commit
356120f91a
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ Upcoming release
|
|||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
3006.*
|
||||
3007.*
|
||||
|
||||
See `Install a release candidate <https://docs.saltproject.io/salt/install-guide/en/latest/topics/release-candidate.html>`_
|
||||
for more information about installing an RC when one is available.
|
||||
|
@ -31,6 +31,7 @@ Previous releases
|
|||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
3006.*
|
||||
3005*
|
||||
3004*
|
||||
3003*
|
||||
|
|
|
@ -450,8 +450,6 @@ def install_dependencies(ctx: Context, name: str, nox_session: str = "ci-test-3"
|
|||
Install test dependencies on VM.
|
||||
"""
|
||||
vm = VM(ctx=ctx, name=name, region_name=ctx.parser.options.region)
|
||||
if name == "amazonlinux-2":
|
||||
vm.run(["sudo", "yum", "install", "-y", "libffi-devel"])
|
||||
returncode = vm.install_dependencies(nox_session)
|
||||
ctx.exit(returncode)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue