Skip to content

Commit

Permalink
Try resolve CI-only test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo-lumigo committed Apr 18, 2024
1 parent 3f3b4e0 commit 6a6ff1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,6 @@ def integration_tests_logging(session):
session.install(".")
temp_file = create_it_tempfile("logging")
with session.chdir("src/test/integration/logging"):
session.install("-r", OTHER_REQUIREMENTS)

try:
session.run(
"pytest",
Expand Down
6 changes: 2 additions & 4 deletions src/test/integration/logging/app/logging_app.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import json
import os
from opentelemetry import trace
from lumigo_opentelemetry import logger_provider
from lumigo_opentelemetry import logger_provider, tracer_provider
import logging

tracer = trace.get_tracer(__file__)

tracer = tracer_provider.get_tracer(__file__)
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)

Expand Down
1 change: 0 additions & 1 deletion src/test/integration/logging/requirements_others.txt

This file was deleted.

0 comments on commit 6a6ff1f

Please sign in to comment.