Skip to content

Commit 2cd6f41

Browse files
committed
fix: Unrelated blocking bug
So pain. Caused by #1823
1 parent b918e6c commit 2cd6f41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/serve/test_dynamo_serve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ def __init__(
285285
(f"http://localhost:{port}/v1/models", self._check_model)
286286
]
287287
health_check_ports = [port]
288-
env = None
289288

290289
self.port = port
291290
self.graph = graph
@@ -305,7 +304,6 @@ def __init__(
305304
"from multiprocessing.spawn",
306305
],
307306
log_dir=request.node.name,
308-
env=env, # Pass the environment variables
309307
)
310308

311309
def _check_model(self, response):

0 commit comments

Comments
 (0)