Commit e997551 1 parent 9bb73fc commit e997551 Copy full SHA for e997551
File tree 3 files changed +22
-7
lines changed
instrumentation/opentelemetry-instrumentation-asyncpg
3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" asyncpg >= 0.12.0" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-asyncpg[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- ]
40
36
41
37
[project .entry-points .opentelemetry_instrumentor ]
42
38
asyncpg = " 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 =
343
343
344
344
wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
345
345
346
- asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[ test]
346
+ asyncpg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg/ test-requirements.txt
347
347
348
348
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
349
349
@@ -604,8 +604,8 @@ commands_pre =
604
604
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient/test-requirements.txt
605
605
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
606
606
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch/test-requirements-2.txt
607
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
608
607
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt
608
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt
609
609
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
610
610
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
611
611
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt
@@ -630,7 +630,7 @@ deps =
630
630
amqp ==5.2.0
631
631
asgiref ==3.7.2
632
632
async-timeout ==4.0.3
633
- asyncpg ==0.27 .0
633
+ asyncpg ==0.29 .0
634
634
attrs ==23.2.0
635
635
bcrypt ==4.1.2
636
636
billiard ==4.2.0
You can’t perform that action at this time.
0 commit comments