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