Skip to content

Commit 7d2cb83

Browse files
Python 3.7 dependency
1 parent 57d299c commit 7d2cb83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/e2e/idempotency_redis/test_idempotency_redis.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from tests.e2e.utils import data_fetcher
77
from tests.e2e.utils.data_fetcher.common import GetLambdaResponseOptions, get_lambda_response_in_parallel
88

9+
pytest.skip(reason="Redis tests disabled until we deprecate Python 3.7.", allow_module_level=True)
10+
911

1012
@pytest.fixture
1113
def ttl_cache_expiration_handler_fn_arn(infrastructure: dict) -> str:

0 commit comments

Comments
 (0)