File tree 2 files changed +8
-1
lines changed
tests/integrations/celery
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -831,3 +831,11 @@ def test_send_task_wrapped(
831
831
assert span ["description" ] == "very_creative_task_name"
832
832
assert span ["op" ] == "queue.submit.celery"
833
833
assert span ["trace_id" ] == kwargs ["headers" ]["sentry-trace" ].split ("-" )[0 ]
834
+
835
+
836
+ @pytest .mark .skip (reason = "placeholder so that forked test does not come last" )
837
+ def test_placeholder ():
838
+ """Forked tests must not come last in the module.
839
+ See https://github.com/pytest-dev/pytest-forked/issues/67#issuecomment-1964718720.
840
+ """
841
+ pass
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ deps =
374
374
celery-latest: Celery
375
375
376
376
celery: newrelic
377
- celery: pytest<7
378
377
{py3.7}-celery: importlib-metadata<5.0
379
378
380
379
# Chalice
You can’t perform that action at this time.
0 commit comments