Skip to content

Commit 669b5fb

Browse files
committed
drop cached_property
Signed-off-by: Paul S. Schweigert <[email protected]>
1 parent 806f2a9 commit 669b5fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compose/testcontainers/compose/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Iterable, List, Optional, Tuple, Union
33

44
import requests
5-
from functools import cached_property
65

76
from testcontainers.core.exceptions import NoSuchPortExposed
87
from testcontainers.core.waiting_utils import wait_container_is_ready
@@ -71,7 +70,6 @@ def __enter__(self) -> "DockerCompose":
7170
def __exit__(self, exc_type, exc_val, exc_tb) -> None:
7271
self.stop()
7372

74-
@cached_property
7573
def base_docker_compose(self):
7674
"""
7775
Returns the basecommand parts used for the docker compose commands

0 commit comments

Comments
 (0)