File tree 3 files changed +7
-8
lines changed
instrumentation/opentelemetry-instrumentation-aiopg
3 files changed +7
-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.44b0.dev" ,
40
- " opentelemetry-test-utils == 0.44b0.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
+ -e ../../../opentelemetry-instrumentation
3
+ -e ../../../instrumentation/opentelemetry-instrumentation-dbapi
4
+ -e ../../../instrumentation/opentelemetry-instrumentation-aiopg
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ commands_pre =
457
457
458
458
aiohttp-server: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
459
459
460
- aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[ test]
460
+ aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/ test-requirements.txt
461
461
462
462
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
463
463
@@ -558,7 +558,7 @@ commands_pre =
558
558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
559
559
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
561
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
561
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
@@ -603,7 +603,7 @@ deps =
603
603
# see https://www.psycopg.org/docs/install.html#build-prerequisites
604
604
# you might have to install additional packages depending on your OS
605
605
psycopg2 ~= 2.9.5
606
- aiopg >= 0.13.0, < 1.3 .0
606
+ aiopg ==1.4 .0
607
607
sqlalchemy ~= 1.4
608
608
redis ~= 4.3
609
609
celery[pytest] >= 4.0, < 6.0
You can’t perform that action at this time.
0 commit comments