Skip to content

Commit

Permalink
Enabled memcached backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Nov 27, 2023
1 parent fe78c13 commit 9773024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_celery/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9773024

Please sign in to comment.