Skip to content

Commit

Permalink
Disabling Redis e2e until we drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Jan 19, 2024
1 parent 916ccb0 commit 9d6edb6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/e2e/idempotency_redis/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@ def infrastructure():
CloudFormation Outputs from deployed infrastructure
"""

# MAINTENANCE: Add the Stack constructor when Python 3.7 is dropped
return None

# MAINTENANCE: Uncomment the code below to enable Redis e2e tests when dropping Python 3.7
"""
stack = IdempotencyRedisServerlessStack()
try:
yield stack.deploy()
finally:
stack.delete()
"""

0 comments on commit 9d6edb6

Please sign in to comment.