File tree 3 files changed +23
-7
lines changed
instrumentation/opentelemetry-instrumentation-psycopg
3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ dependencies = [
34
34
instruments = [
35
35
" psycopg >= 3.1.0" ,
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-psycopg[instruments]" ,
39
- " opentelemetry-test-utils == 0.45b0.dev" ,
40
- ]
41
37
42
38
[project .entry-points .opentelemetry_instrumentor ]
43
39
psycopg = " opentelemetry.instrumentation.psycopg:PsycopgInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ backports.zoneinfo==0.2.1
4
+ Deprecated==1.2.14
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ psycopg==3.1.18
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.10.0
16
+ wrapt==1.16.0
17
+ zipp==3.17.0
18
+ -e ../../../opentelemetry-instrumentation
19
+ -e ../../../instrumentation/opentelemetry-instrumentation-dbapi
20
+ -e ../../../instrumentation/opentelemetry-instrumentation-psycopg
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ commands_pre =
430
430
431
431
pymongo: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
432
432
433
- psycopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[ test]
433
+ psycopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg/ test-requirements.txt
434
434
435
435
psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
436
436
@@ -562,7 +562,7 @@ commands_pre =
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
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
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
565
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg
566
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
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]
@@ -610,7 +610,7 @@ deps =
610
610
# prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
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
- psycopg ~= 3.1.17
613
+ psycopg == 3.1.18
614
614
psycopg2 ~= 2.9.5
615
615
aiopg >= 0.13.0, < 1.3.0
616
616
sqlalchemy ~= 1.4
You can’t perform that action at this time.
0 commit comments