From 8c515274440c49a166cd0b75f162351b74e770d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Tue, 6 Aug 2024 22:59:07 +0200 Subject: [PATCH] Revert "tests: temporarily disable frontend multiprocessing parametrization" This reverts commit dd583dccbb941c3afc4659ae525148ff8bf9ece5. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 7e4d18e..95210eb 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str: @pytest.fixture( params=[ - # pytest.param(True, id="disable-frontend-multiprocessing=True"), + pytest.param(True, id="disable-frontend-multiprocessing=True"), pytest.param(False, id="disable-frontend-multiprocessing=False"), ] )