Commit 24a3cbf 1 parent 8daa8ad commit 24a3cbf Copy full SHA for 24a3cbf
File tree 3 files changed +21
-7
lines changed
instrumentation/opentelemetry-instrumentation-psycopg2
3 files changed +21
-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-psycopg2
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ commands_pre =
432
432
433
433
psycopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
434
434
435
- psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
435
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2
436
436
437
437
pymysql: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
438
438
@@ -563,7 +563,7 @@ commands_pre =
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
566
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
566
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2
567
567
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
568
568
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
569
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
@@ -611,7 +611,7 @@ deps =
611
611
# see https://www.psycopg.org/docs/install.html#build-prerequisites
612
612
# you might have to install additional packages depending on your OS
613
613
psycopg ~= 3.1.17
614
- psycopg2 ~= 2.9.5
614
+ psycopg2 == 2.9.9
615
615
aiopg >= 0.13.0, < 1.3.0
616
616
sqlalchemy ~= 1.4
617
617
redis ~= 4.3
You can’t perform that action at this time.
0 commit comments