Skip to content

Commit

Permalink
Remove contextvars from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Aug 21, 2019
1 parent 1a8933a commit 036d8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opentelemetry-sdk/tests/trace/test_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def test_start_span_explicit(self):
self.assertIsNotNone(child.end_time)

def test_span_members(self):
context = contextvars.ContextVar('test_span_members')
tracer = trace.Tracer(context)
tracer = trace.Tracer()

other_context1 = trace_api.SpanContext(
trace_id=trace.generate_trace_id(),
Expand Down

0 comments on commit 036d8ac

Please sign in to comment.