DEBSOURCES
Skip Quicknav
sources / sentry-python / 2.22.0-1 / tests / new_scopes_compat / conftest.py
12345678
import pytest import sentry_sdk @pytest.fixture(autouse=True) def isolate_hub(suppress_deprecation_warnings): with sentry_sdk.Hub(None): yield