DEBSOURCES
Skip Quicknav
sources / sentry-python / 2.22.0-1 / tests / integrations / gcp / __init__.py
123456
import pytest import os if "gcp" not in os.environ.get("TOX_ENV_NAME", ""): pytest.skip("GCP tests only run in GCP environment", allow_module_level=True)