diff --git a/src/pytest_celery/defaults.py b/src/pytest_celery/defaults.py index c76b8a86..2ce6e553 100644 --- a/src/pytest_celery/defaults.py +++ b/src/pytest_celery/defaults.py @@ -37,7 +37,7 @@ ALL_CELERY_WORKERS = (CELERY_SETUP_WORKER,) ALL_CELERY_BACKENDS = ( CELERY_REDIS_BACKEND, - # CELERY_MEMCACHED_BACKEND, # Beta support at the moment, to be used manually + CELERY_MEMCACHED_BACKEND, ) ALL_CELERY_BROKERS = ( CELERY_REDIS_BROKER,