Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tests/integration/durable_integ_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ def parameterized_test_name(func, num, params):
@classmethod
def build_durable_functions(cls):
"""Run sam build for durable functions."""
# Set environment variable for SDK .whl file location
whl_path = Path(
cls.test_data_path,
"durable",
"functions",
"aws_durable_execution_sdk_python-1.0.0-py3-none-any.whl",
)
os.environ["DURABLE_SDK_WHL"] = str(whl_path.absolute())

cls.build_dir = Path(cls.test_data_path, "durable", ".aws-sam", "build")
cls.built_template_path = cls.build_dir / "template.yaml"

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
${DURABLE_SDK_WHL}
aws-durable-execution-sdk-python
Loading