Skip to content

Commit

Permalink
fix: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 8, 2020
1 parent 53b93b0 commit eadefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/celery/test_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def dummy_task(x, y):


@pytest.mark.xfail(
(4, 2, 0) <= VERSION < (4,4,3),
(4, 2, 0) <= VERSION < (4, 4, 3),
strict=True,
reason="https://github.com/celery/celery/issues/4661",
)
Expand Down

0 comments on commit eadefd0

Please sign in to comment.