|
32 | 32 |
|
33 | 33 | @pytest.mark.parametrize("application", APPS) |
34 | 34 | @pytest.mark.asyncio |
35 | | -@pytest.mark.forked |
36 | 35 | @pytest.mark.skipif( |
37 | 36 | django.VERSION < (3, 0), reason="Django ASGI support shipped in 3.0" |
38 | 37 | ) |
@@ -140,7 +139,6 @@ async def test_basic( |
140 | 139 |
|
141 | 140 | @pytest.mark.parametrize("application", APPS) |
142 | 141 | @pytest.mark.asyncio |
143 | | -@pytest.mark.forked |
144 | 142 | @pytest.mark.skipif( |
145 | 143 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
146 | 144 | ) |
@@ -192,7 +190,6 @@ async def test_async_views( |
192 | 190 | @pytest.mark.parametrize("endpoint", ["/sync/thread_ids", "/async/thread_ids"]) |
193 | 191 | @pytest.mark.parametrize("middleware_spans", [False, True]) |
194 | 192 | @pytest.mark.asyncio |
195 | | -@pytest.mark.forked |
196 | 193 | @pytest.mark.skipif( |
197 | 194 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
198 | 195 | ) |
@@ -269,7 +266,6 @@ async def test_active_thread_id( |
269 | 266 |
|
270 | 267 |
|
271 | 268 | @pytest.mark.asyncio |
272 | | -@pytest.mark.forked |
273 | 269 | @pytest.mark.skipif( |
274 | 270 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
275 | 271 | ) |
@@ -312,7 +308,6 @@ async def test_async_views_concurrent_execution(sentry_init, settings): |
312 | 308 |
|
313 | 309 |
|
314 | 310 | @pytest.mark.asyncio |
315 | | -@pytest.mark.forked |
316 | 311 | @pytest.mark.skipif( |
317 | 312 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
318 | 313 | ) |
@@ -359,7 +354,6 @@ async def test_async_middleware_that_is_function_concurrent_execution( |
359 | 354 |
|
360 | 355 |
|
361 | 356 | @pytest.mark.asyncio |
362 | | -@pytest.mark.forked |
363 | 357 | @pytest.mark.skipif( |
364 | 358 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
365 | 359 | ) |
@@ -447,7 +441,6 @@ async def test_async_middleware_spans( |
447 | 441 |
|
448 | 442 |
|
449 | 443 | @pytest.mark.asyncio |
450 | | -@pytest.mark.forked |
451 | 444 | @pytest.mark.skipif( |
452 | 445 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
453 | 446 | ) |
@@ -505,7 +498,6 @@ async def test_has_trace_if_performance_enabled( |
505 | 498 |
|
506 | 499 |
|
507 | 500 | @pytest.mark.asyncio |
508 | | -@pytest.mark.forked |
509 | 501 | @pytest.mark.skipif( |
510 | 502 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
511 | 503 | ) |
@@ -556,7 +548,6 @@ async def test_has_trace_if_performance_disabled( |
556 | 548 |
|
557 | 549 |
|
558 | 550 | @pytest.mark.asyncio |
559 | | -@pytest.mark.forked |
560 | 551 | @pytest.mark.skipif( |
561 | 552 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
562 | 553 | ) |
@@ -619,7 +610,6 @@ async def test_trace_from_headers_if_performance_enabled( |
619 | 610 |
|
620 | 611 |
|
621 | 612 | @pytest.mark.asyncio |
622 | | -@pytest.mark.forked |
623 | 613 | @pytest.mark.skipif( |
624 | 614 | django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1" |
625 | 615 | ) |
|
0 commit comments