File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
instrumentation/opentelemetry-instrumentation-psycopg/tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def test_instrumentor_with_connection_class(self):
222222 spans_list = self .memory_exporter .get_finished_spans ()
223223 self .assertEqual (len (spans_list ), 1 )
224224
225- def test_wrap_async_connection_class_with_cursor (self ):
225+ async def test_wrap_async_connection_class_with_cursor (self ):
226226 PsycopgInstrumentor ().instrument ()
227227
228228 async def test_async_connection ():
Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ setenv =
307307 ; i.e: CORE_REPO_SHA=dde62cebffe519c35875af6d06fae053b3be65ec tox -e <env to test>
308308 CORE_REPO_SHA ={env:CORE_REPO_SHA:main}
309309 CORE_REPO =git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}
310- WRAPT_DISABLE_EXTENSIONS =" 1"
311310
312311changedir =
313312 test-distro: opentelemetry-distro/tests
You can’t perform that action at this time.
0 commit comments