Skip to content

Commit 74bad19

Browse files
committed
move tests too
1 parent c06464e commit 74bad19

File tree

10 files changed

+0
-5
lines changed

10 files changed

+0
-5
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ setenv =
441441
loguru: TESTPATH=tests/integrations/loguru
442442
openai: TESTPATH=tests/integrations/openai
443443
openfeature: TESTPATH=tests/integrations/openfeature
444-
opentelemetry: TESTPATH=tests/integrations/opentelemetry
445-
potel: TESTPATH=tests/integrations/opentelemetry
446444
pure_eval: TESTPATH=tests/integrations/pure_eval
447445
pymongo: TESTPATH=tests/integrations/pymongo
448446
pyramid: TESTPATH=tests/integrations/pyramid

sentry_sdk/integrations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def iter_default_integrations(with_auto_enabling_integrations):
6969
"sentry_sdk.integrations.excepthook.ExcepthookIntegration",
7070
"sentry_sdk.integrations.logging.LoggingIntegration",
7171
"sentry_sdk.integrations.modules.ModulesIntegration",
72-
"sentry_sdk.integrations.opentelemetry.integration.OpenTelemetryIntegration",
7372
"sentry_sdk.integrations.stdlib.StdlibIntegration",
7473
"sentry_sdk.integrations.threading.ThreadingIntegration",
7574
]
File renamed without changes.
File renamed without changes.
File renamed without changes.

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,6 @@ setenv =
757757
loguru: TESTPATH=tests/integrations/loguru
758758
openai: TESTPATH=tests/integrations/openai
759759
openfeature: TESTPATH=tests/integrations/openfeature
760-
opentelemetry: TESTPATH=tests/integrations/opentelemetry
761-
potel: TESTPATH=tests/integrations/opentelemetry
762760
pure_eval: TESTPATH=tests/integrations/pure_eval
763761
pymongo: TESTPATH=tests/integrations/pymongo
764762
pyramid: TESTPATH=tests/integrations/pyramid

0 commit comments

Comments
 (0)