Skip to content

Commit 9d6edb6

Browse files
Disabling Redis e2e until we drop Python 3.7
1 parent 916ccb0 commit 9d6edb6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/e2e/idempotency_redis/conftest.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,5 @@ def infrastructure():
1111
CloudFormation Outputs from deployed infrastructure
1212
"""
1313

14+
# MAINTENANCE: Add the Stack constructor when Python 3.7 is dropped
1415
return None
15-
16-
# MAINTENANCE: Uncomment the code below to enable Redis e2e tests when dropping Python 3.7
17-
"""
18-
stack = IdempotencyRedisServerlessStack()
19-
try:
20-
yield stack.deploy()
21-
finally:
22-
stack.delete()
23-
"""

0 commit comments

Comments
 (0)