We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916ccb0 commit 9d6edb6Copy full SHA for 9d6edb6
tests/e2e/idempotency_redis/conftest.py
@@ -11,13 +11,5 @@ def infrastructure():
11
CloudFormation Outputs from deployed infrastructure
12
"""
13
14
+ # MAINTENANCE: Add the Stack constructor when Python 3.7 is dropped
15
return None
-
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