Skip to content

Commit 2b36087

Browse files
remove forked
1 parent 90d91fb commit 2b36087

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/integrations/django/asgi/test_asgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ async def test_async_middleware_that_is_function_concurrent_execution(
255255

256256

257257
@pytest.mark.asyncio
258-
@pytest.mark.forked
259258
@pytest.mark.skipif(
260259
django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1"
261260
)

tests/integrations/django/test_db_query_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ def test_db_span_origin_execute(sentry_init, client, capture_events):
487487
assert span["origin"] == "auto.http.django"
488488

489489

490-
@pytest.mark.forked
491490
@pytest_mark_django_db_decorator(transaction=True)
492491
def test_db_span_origin_executemany(sentry_init, client, capture_events):
493492
sentry_init(

0 commit comments

Comments
 (0)