Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 44deaf2

Browse files
committed
remove yield from fixture with no clean up
1 parent e263304 commit 44deaf2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/aws/services/es/test_es.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def elasticsearch():
6060
install_async()
6161

6262
assert installed.wait(timeout=5 * 60), "gave up waiting for elasticsearch to install"
63-
yield
6463

6564

6665
def try_cluster_health(cluster_url: str):

tests/aws/services/opensearch/test_opensearch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def opensearch():
9090
install_async()
9191

9292
assert installed.wait(timeout=5 * 60), "gave up waiting for opensearch to install"
93-
yield
9493

9594

9695
def try_cluster_health(cluster_url: str):

tests/aws/services/transcribe/test_transcribe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def pre_install_dependencies(self):
116116
LOG.info("Spent %s seconds downloading transcribe dependencies", int(time.time() - start))
117117

118118
assert not installation_errored.is_set(), "installation of transcribe dependencies failed"
119-
yield
120119

121120
@staticmethod
122121
def _wait_transcription_job(

0 commit comments

Comments
 (0)