Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 4012f01

Browse files
authored
remove terraform tests and package (#13154)
1 parent 524c3ae commit 4012f01

5 files changed

Lines changed: 0 additions & 313 deletions

File tree

.github/workflows/tests-pro-integration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ jobs:
222222
java-version: '21'
223223
distribution: 'temurin'
224224

225-
- name: Set up Terraform
226-
uses: hashicorp/setup-terraform@v3
227-
with:
228-
terraform_version: 0.13.7
229-
230225
- name: Install OS packages
231226
run: |
232227
sudo apt-get update

localstack-core/localstack/packages/plugins.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
if TYPE_CHECKING:
66
from localstack.packages.ffmpeg import FfmpegPackageInstaller
77
from localstack.packages.java import JavaPackageInstaller
8-
from localstack.packages.terraform import TerraformPackageInstaller
9-
10-
11-
@package(name="terraform")
12-
def terraform_package() -> Package["TerraformPackageInstaller"]:
13-
from .terraform import terraform_package
14-
15-
return terraform_package
168

179

1810
@package(name="ffmpeg")

localstack-core/localstack/packages/terraform.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/aws/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
TransformerUtility,
1414
)
1515
from localstack.utils.aws.arns import get_partition
16-
from tests.aws.test_terraform import TestTerraform
1716

1817

1918
def pytest_configure(config: Config):
@@ -57,13 +56,6 @@ def pytest_runtestloop(session):
5756

5857
test_init_functions.add(transcribe_install_async)
5958

60-
# add init functions for certain tests that download/install things
61-
for test_class in test_classes:
62-
# set flag that terraform will be used
63-
if TestTerraform is test_class:
64-
test_init_functions.add(TestTerraform.init_async)
65-
continue
66-
6759
if not session.items:
6860
return
6961

tests/aws/test_terraform.py

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)