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):
222
222
spans_list = self .memory_exporter .get_finished_spans ()
223
223
self .assertEqual (len (spans_list ), 1 )
224
224
225
- def test_wrap_async_connection_class_with_cursor (self ):
225
+ async def test_wrap_async_connection_class_with_cursor (self ):
226
226
PsycopgInstrumentor ().instrument ()
227
227
228
228
async def test_async_connection ():
Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ setenv =
307
307
; i.e: CORE_REPO_SHA=dde62cebffe519c35875af6d06fae053b3be65ec tox -e <env to test>
308
308
CORE_REPO_SHA ={env:CORE_REPO_SHA:main}
309
309
CORE_REPO =git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}
310
- WRAPT_DISABLE_EXTENSIONS =" 1"
311
310
312
311
changedir =
313
312
test-distro: opentelemetry-distro/tests
You can’t perform that action at this time.
0 commit comments