🔧 chore(conftest.py): comment out unused monkeypatching of USE_CELERY variable to improve code readability and maintainability
This commit is contained in:
parent
05b1f3658e
commit
a658f5af89
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def distributed_client_fixture(session: Session, monkeypatch, distributed_env):
|
|||
|
||||
# monkeypatch langflow.services.task.manager.USE_CELERY to True
|
||||
monkeypatch.setenv("LANGFLOW_AUTO_LOGIN", False)
|
||||
monkeypatch.setattr(manager, "USE_CELERY", True)
|
||||
# monkeypatch.setattr(manager, "USE_CELERY", True)
|
||||
monkeypatch.setattr(
|
||||
celery_app, "celery_app", celery_app.make_celery("langflow", Config)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue