Commit f07e605 1 parent 46a8c59 commit f07e605 Copy full SHA for f07e605
File tree 3 files changed +22
-7
lines changed
instrumentation/opentelemetry-instrumentation-psycopg2
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
" psycopg2 >= 2.7.3.1" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-psycopg2[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- ]
40
36
41
37
[project .entry-points .opentelemetry_instrumentor ]
42
38
psycopg2 = " opentelemetry.instrumentation.psycopg2:Psycopg2Instrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ psycopg2==2.9.9
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.10.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e opentelemetry-instrumentation
18
+ -e instrumentation/opentelemetry-instrumentation-dbapi
19
+ -e instrumentation/opentelemetry-instrumentation-psycopg2
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ commands_pre =
374
374
375
375
psycopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
376
376
377
- psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[ test]
377
+ psycopg2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/ test-requirements.txt
378
378
379
379
pymysql: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
380
380
@@ -560,7 +560,7 @@ commands_pre =
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
563
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[ test]
563
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/ test-requirements.txt
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
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
@@ -608,7 +608,7 @@ deps =
608
608
# see https://www.psycopg.org/docs/install.html#build-prerequisites
609
609
# you might have to install additional packages depending on your OS
610
610
psycopg ~= 3.1.17
611
- psycopg2 ~= 2.9.5
611
+ psycopg2 == 2.9.9
612
612
aiopg >= 0.13.0, < 1.3.0
613
613
sqlalchemy ~= 1.4
614
614
redis ~= 4.3
You can’t perform that action at this time.
0 commit comments