-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Description
I'm trying to update the settings for Celery using the settings fixture (CELERY_ALWAYS_EAGER=True). But somehow celery fetches its settings before I get to the point where I update them, so changing the settings fixture has no effect.
This used to work with the Django test class: https://docs.djangoproject.com/en/dev/topics/testing/overview/#overriding-settings
Is there a fix or workaround to this problem?
Metadata
Metadata
Assignees
Labels
No labels