From 6327207c90a688a5af6feef7c41ba32fe3772765 Mon Sep 17 00:00:00 2001 From: mbfreder Date: Thu, 27 Feb 2025 17:11:01 -0800 Subject: [PATCH] --amend --- tests/unit/local/docker/test_lambda_container.py | 1 - tests/unit/local/docker/test_lambda_debug_settings.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/unit/local/docker/test_lambda_container.py b/tests/unit/local/docker/test_lambda_container.py index 2384a81fa0..1e051189ff 100644 --- a/tests/unit/local/docker/test_lambda_container.py +++ b/tests/unit/local/docker/test_lambda_container.py @@ -21,7 +21,6 @@ Runtime.nodejs18x.value, Runtime.nodejs20x.value, Runtime.nodejs22x.value, - Runtime.python38.value, Runtime.python39.value, Runtime.python310.value, Runtime.python311.value, diff --git a/tests/unit/local/docker/test_lambda_debug_settings.py b/tests/unit/local/docker/test_lambda_debug_settings.py index 67914bd090..44682a0da8 100644 --- a/tests/unit/local/docker/test_lambda_debug_settings.py +++ b/tests/unit/local/docker/test_lambda_debug_settings.py @@ -17,7 +17,6 @@ Runtime.nodejs18x, Runtime.nodejs20x, Runtime.nodejs22x, - Runtime.python38, Runtime.python39, Runtime.python310, Runtime.python311,