8000 Merge remote-tracking branch 'origin/master' into fix/load-middleware… · lmasikl/sentry-python@53cc932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53cc932

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix/load-middleware-argument-forwarding
2 parents a7245c8 + eadefd0 commit 53cc932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def dummy_task(x, y):
236236

237237

238238
@pytest.mark.xfail(
239-
(4, 2, 0) <= VERSION < (4,4,3),
239+
(4, 2, 0) <= VERSION < (4, 4, 3),
240240
strict=True,
241241
reason="https://github.com/celery/celery/issues/4661",
242242
)

0 commit comments

Comments
 (0)
0