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 44bffa8 commit 431ccabCopy full SHA for 431ccab
tests/integrations/celery/test_celery.py
@@ -52,9 +52,7 @@ def inner(
52
elif backend == "redis":
53
# broken on celery 3
54
if VERSION < (4,):
55
- pytest.skip(
56
- "Redis backend broken for some reason", allow_module_level=True
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
0 commit comments