Skip to content

Commit 7297237

Browse files
committed
we do not support celery < 4 on this branch anyway
1 parent 4c24278 commit 7297237

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ def inner(
5252
else:
5353
celery.conf.task_always_eager = True
5454
elif backend == "redis":
55-
# broken on celery 3
56-
if VERSION < (4,):
57-
pytest.skip("Redis backend broken for some reason")
58-
5955
# this backend requires capture_events_forksafe
6056
celery.conf.worker_max_tasks_per_child = 1
6157
celery.conf.worker_concurrency = 1

0 commit comments

Comments
 (0)