Skip to content

Commit

Permalink
chore(ci): Disable Redis e2e until we drop Python 3.7 (#3652)
Browse files Browse the repository at this point in the history
* Disabling Redis e2e until we drop Python 3.7

* Disabling Redis e2e until we drop Python 3.7
  • Loading branch information
leandrodamascena authored Jan 19, 2024
1 parent 2a4ec52 commit 79e248c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/e2e/idempotency_redis/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pytest

from tests.e2e.idempotency_redis.infrastructure import IdempotencyRedisServerlessStack


@pytest.fixture(autouse=True, scope="package")
def infrastructure():
Expand All @@ -12,8 +10,6 @@ def infrastructure():
Dict[str, str]
CloudFormation Outputs from deployed infrastructure
"""
stack = IdempotencyRedisServerlessStack()
try:
yield stack.deploy()
finally:
stack.delete()

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

0 comments on commit 79e248c

Please sign in to comment.