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 4c24278 commit 7297237Copy full SHA for 7297237
tests/integrations/celery/test_celery.py
@@ -52,10 +52,6 @@ def inner(
52
else:
53
celery.conf.task_always_eager = True
54
elif backend == "redis":
55
- # broken on celery 3
56
- if VERSION < (4,):
57
- pytest.skip("Redis backend broken for some reason")
58
-
59
# this backend requires capture_events_forksafe
60
celery.conf.worker_max_tasks_per_child = 1
61
celery.conf.worker_concurrency = 1
0 commit comments