File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/opentelemetry/file_configuration/_internal Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 44@session (python = ["3.11" ], reuse_venv = True )
55def test (session ):
66 session .install ("." )
7- # session.install("-r", "requirements.txt")
8- # session.install("../opentelemetry-api")
9- # session.install("../opentelemetry-semantic-conventions")
7+ session .install ("-r" , "requirements.txt" )
8+ session .install ("../opentelemetry-api" )
9+ session .install ("../opentelemetry-semantic-conventions" )
1010 session .install ("../opentelemetry-sdk" )
1111
1212 if session .posargs :
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def function(probability: float) -> SometimesMondaysOnSampler:
162162def resolve_schema (json_file_path ) -> dict :
163163
164164 from ipdb import set_trace
165- set_trace ()
165+ set_trace
166166
167167 root_path = json_file_path .absolute ()
168168
Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ def test_dry_run():
187187 file_configuration ,
188188 processed_schema ,
189189 "tracer_provider" ,
190- dry_run = True ,
190+ # dry_run=True,
191+ dry_run = False ,
191192 )
192193 )
193194
@@ -223,7 +224,8 @@ def test_dry_run_multiple_span_processors():
223224 file_configuration ,
224225 processed_schema ,
225226 "tracer_provider" ,
226- dry_run = True ,
227+ # dry_run=True,
228+ dry_run = False ,
227229 )
228230 )
229231
You can’t perform that action at this time.
0 commit comments