Skip to content

Commit 4979264

Browse files
committed
chore: Update celery xfail
1 parent e32f708 commit 4979264

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,
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)