Skip to content

Commit 9098939

Browse files
committed
* WRAPT_DISABLE_EXTENSIONS is nolonger required
1 parent 8731ff9 commit 9098939

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

instrumentation/opentelemetry-instrumentation-psycopg/tests/test_psycopg_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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():

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

312311
changedir =
313312
test-distro: opentelemetry-distro/tests

0 commit comments

Comments
 (0)