File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed
instrumentation/opentelemetry-instrumentation-psycopg2 Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ dependencies = [
3333instruments = [
3434 " psycopg2 >= 2.7.3.1" ,
3535]
36- test = [
37- " opentelemetry-instrumentation-psycopg2[instruments]" ,
38- " opentelemetry-test-utils == 0.45b0.dev" ,
39- ]
4036
4137[project .entry-points .opentelemetry_instrumentor ]
4238psycopg2 = " 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 @@ -432,7 +432,7 @@ commands_pre =
432432
433433 psycopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
434434
435- psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[ test]
435+ psycopg2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/ test-requirements.txt
436436
437437 pymysql: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
438438
@@ -563,7 +563,7 @@ commands_pre =
563563 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564564 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
565565 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
567567 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
568568 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
569569 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
@@ -611,7 +611,7 @@ deps =
611611 # see https://www.psycopg.org/docs/install.html#build-prerequisites
612612 # you might have to install additional packages depending on your OS
613613 psycopg ~= 3.1.17
614- psycopg2 ~= 2.9.5
614+ psycopg2 == 2.9.9
615615 aiopg >= 0.13.0, < 1.3.0
616616 sqlalchemy ~= 1.4
617617 redis ~= 4.3
You can’t perform that action at this time.
0 commit comments