Commit c54a9d1 1 parent 5b4e5d8 commit c54a9d1 Copy full SHA for c54a9d1
File tree 3 files changed +25
-8
lines changed
instrumentation/opentelemetry-instrumentation-aiopg
3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ dependencies = [
34
34
instruments = [
35
35
" aiopg >= 0.13.0, < 2.0.0" ,
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-aiopg[instruments]" ,
39
- " opentelemetry-semantic-conventions == 0.45b0.dev" ,
40
- " opentelemetry-test-utils == 0.45b0.dev" ,
41
- ]
42
37
43
38
[project .entry-points .opentelemetry_instrumentor ]
44
39
aiopg = " opentelemetry.instrumentation.aiopg:AiopgInstrumentor"
Original file line number Diff line number Diff line change
1
+ aiopg==1.4.0
2
+ asgiref==3.7.2
3
+ async-timeout==4.0.3
4
+ attrs==23.2.0
5
+ Deprecated==1.2.14
6
+ importlib-metadata==6.11.0
7
+ iniconfig==2.0.0
8
+ install==1.3.5
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ psycopg2-binary==2.9.9
12
+ py==1.11.0
13
+ py-cpuinfo==9.0.0
14
+ pytest==7.1.3
15
+ pytest-benchmark==4.0.0
16
+ tomli==2.0.1
17
+ typing_extensions==4.10.0
18
+ wrapt==1.16.0
19
+ zipp==3.17.0
20
+ -e opentelemetry-instrumentation
21
+ -e instrumentation/opentelemetry-instrumentation-dbapi
22
+ -e instrumentation/opentelemetry-instrumentation-aiopg
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ commands_pre =
406
406
407
407
aiohttp-server: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
408
408
409
- aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[ test]
409
+ aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/ test-requirements.txt
410
410
411
411
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
412
412
@@ -563,7 +563,7 @@ commands_pre =
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
566
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[ test]
566
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/ test-requirements.txt
567
567
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
568
568
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
569
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
@@ -597,7 +597,7 @@ commands =
597
597
[testenv:docker-tests]
598
598
basepython: python3
599
599
deps =
600
- aiopg ==1.1 .0
600
+ aiopg ==1.4 .0
601
601
amqp ==5.2.0
602
602
asgiref ==3.7.2
603
603
async-timeout ==4.0.3
You can’t perform that action at this time.
0 commit comments