File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed
instrumentation/opentelemetry-instrumentation-asyncpg Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ dependencies = [
3333instruments = [
3434 " asyncpg >= 0.12.0" ,
3535]
36- test = [
37- " opentelemetry-instrumentation-asyncpg[instruments]" ,
38- " opentelemetry-test-utils == 0.45b0.dev" ,
39- ]
4036
4137[project .entry-points .opentelemetry_instrumentor ]
4238asyncpg = " opentelemetry.instrumentation.asyncpg:AsyncPGInstrumentor"
Original file line number Diff line number Diff line change 1+ asgiref==3.7.2
2+ async-timeout==4.0.3
3+ asyncpg==0.29.0
4+ attrs==23.2.0
5+ Deprecated==1.2.14
6+ importlib-metadata==6.11.0
7+ iniconfig==2.0.0
8+ packaging==23.2
9+ pluggy==1.4.0
10+ py==1.11.0
11+ py-cpuinfo==9.0.0
12+ pytest==7.1.3
13+ pytest-benchmark==4.0.0
14+ tomli==2.0.1
15+ typing_extensions==4.9.0
16+ wrapt==1.16.0
17+ zipp==3.17.0
18+ -e opentelemetry-instrumentation
19+ -e instrumentation/opentelemetry-instrumentation-asyncpg
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ commands_pre =
343343
344344 wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
345345
346- asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[ test]
346+ asyncpg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg/ test-requirements.txt
347347
348348 aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
349349
@@ -604,8 +604,8 @@ commands_pre =
604604 pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient/test-requirements.txt
605605 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
606606 pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch/test-requirements-2.txt
607- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
608607 pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt
608+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt
609609 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
610610 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
611611 pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt
@@ -630,7 +630,7 @@ deps =
630630 amqp ==5.2.0
631631 asgiref ==3.7.2
632632 async-timeout ==4.0.3
633- asyncpg ==0.27 .0
633+ asyncpg ==0.29 .0
634634 attrs ==23.2.0
635635 bcrypt ==4.1.2
636636 billiard ==4.2.0
You can’t perform that action at this time.
0 commit comments