We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7813a4 commit 521617eCopy full SHA for 521617e
tests/integrations/beam/test_beam.py
@@ -1,7 +1,7 @@
1
import pytest
2
-import dill
3
import inspect
4
+pytest.importorskip("dill")
5
pytest.importorskip("apache_beam")
6
7
from sentry_sdk.integrations.beam import (
0 commit comments