We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892cdde commit ed55be8Copy full SHA for ed55be8
tests/conftest.py
@@ -64,8 +64,9 @@ def benchmark():
64
from sentry_sdk import scope
65
import sentry_sdk.integrations.opentelemetry.scope as potel_scope
66
67
+
68
# Disabling this, because this leads in Potel to Celery tests failing
-# TODO: Check if disabling this broke a bunch of other test (not sure how to do this)
69
+# TODO: Check if disabling this broke a bunch of other test (not sure how to do)
70
# @pytest.fixture(autouse=True)
71
def clean_scopes():
72
"""
@@ -80,7 +81,7 @@ def clean_scopes():
80
81
82
83
@pytest.fixture(autouse=True)
-def internal_exceptions(request):git
84
+def internal_exceptions(request):
85
errors = []
86
if "tests_internal_exceptions" in request.keywords:
87
return
0 commit comments