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 a159b46 commit 8dcc3adCopy full SHA for 8dcc3ad
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