Skip to content

Commit 7937b41

Browse files
committed
.
1 parent 1c0dc4c commit 7937b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/threading/test_threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def double(number):
107107

108108

109109
@pytest.mark.skipif(
110-
sys.version[:3] == "3.8" and (1, 12) <= _OTEL_VERSION < (1, 15),
110+
sys.version[:3] == "3.8" and (1, 12) <= _OTEL_VERSION < (1, 16),
111111
reason="Fails in CI on 3.8 and specific OTel versions",
112112
)
113113
def test_circular_references(sentry_init, request):

0 commit comments

Comments
 (0)