We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcc3ad commit 39b3455Copy full SHA for 39b3455
tests/conftest.py
@@ -66,7 +66,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
66
@pytest.fixture(
67
scope="session",
68
params=[
69
- # pytest.param(True, id="disable-frontend-multiprocessing=True"),
+ pytest.param(True, id="disable-frontend-multiprocessing=True"),
70
pytest.param(False, id="disable-frontend-multiprocessing=False"),
71
],
72
)
0 commit comments