@@ -91,7 +91,6 @@ def use_django_caching_with_cluster(settings):
9191
9292@pytest .mark .forked
9393@pytest_mark_django_db_decorator ()
94- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
9594@pytest .mark .parametrize ("span_streaming" , [True , False ])
9695def test_cache_spans_disabled_middleware (
9796 sentry_init ,
@@ -134,7 +133,6 @@ def test_cache_spans_disabled_middleware(
134133
135134@pytest .mark .forked
136135@pytest_mark_django_db_decorator ()
137- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
138136@pytest .mark .parametrize ("span_streaming" , [True , False ])
139137def test_cache_spans_disabled_decorator (
140138 sentry_init ,
@@ -177,7 +175,6 @@ def test_cache_spans_disabled_decorator(
177175
178176@pytest .mark .forked
179177@pytest_mark_django_db_decorator ()
180- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
181178@pytest .mark .parametrize ("span_streaming" , [True , False ])
182179def test_cache_spans_disabled_templatetag (
183180 sentry_init ,
@@ -220,7 +217,6 @@ def test_cache_spans_disabled_templatetag(
220217
221218@pytest .mark .forked
222219@pytest_mark_django_db_decorator ()
223- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
224220@pytest .mark .parametrize ("span_streaming" , [True , False ])
225221def test_cache_spans_middleware (
226222 sentry_init ,
@@ -342,7 +338,6 @@ def test_cache_spans_middleware(
342338
343339@pytest .mark .forked
344340@pytest_mark_django_db_decorator ()
345- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
346341@pytest .mark .parametrize ("span_streaming" , [True , False ])
347342def test_cache_spans_decorator (
348343 sentry_init ,
@@ -442,7 +437,6 @@ def test_cache_spans_decorator(
442437
443438@pytest .mark .forked
444439@pytest_mark_django_db_decorator ()
445- @pytest .mark .skipif (DJANGO_VERSION < (1 , 9 ), reason = "Requires Django >= 1.9" )
446440@pytest .mark .parametrize ("span_streaming" , [True , False ])
447441def test_cache_spans_templatetag (
448442 sentry_init ,
@@ -1097,7 +1091,6 @@ def test_cache_spans_set_many(
10971091
10981092@pytest .mark .forked
10991093@pytest_mark_django_db_decorator ()
1100- @pytest .mark .skipif (DJANGO_VERSION <= (1 , 11 ), reason = "Requires Django > 1.11" )
11011094@pytest .mark .parametrize ("span_streaming" , [True , False ])
11021095def test_span_origin_cache (
11031096 sentry_init ,
0 commit comments