From e10c0937d8a72be2a4a2e6a45a081833ebe2a72c Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Sun, 19 May 2024 19:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model-providers/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-providers/tests/conftest.py b/model-providers/tests/conftest.py index c3191f07..a4508b81 100644 --- a/model-providers/tests/conftest.py +++ b/model-providers/tests/conftest.py @@ -136,7 +136,7 @@ def init_server(logging_conf: dict, providers_file: str) -> None: yield f"http://127.0.0.1:20000" finally: print("") - # boot.destroy() + boot.destroy() except SystemExit: