@@ -430,7 +430,9 @@ 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
+ py3{8,9}-test-instrumentation-psycopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg/test-requirements-0.txt
434
+ py3{10,11}-test-instrumentation-psycopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg/test-requirements-1.txt
435
+ pypy3-test-instrumentation-psycopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg/test-requirements-1.txt
434
436
435
437
psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
436
438
@@ -562,7 +564,7 @@ commands_pre =
562
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
563
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
565
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
567
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg
566
568
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
567
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
568
570
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
@@ -610,7 +612,7 @@ deps =
610
612
# prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
611
613
# see https://www.psycopg.org/docs/install.html#build-prerequisites
612
614
# you might have to install additional packages depending on your OS
613
- psycopg ~= 3.1.17
615
+ psycopg == 3.1.18
614
616
psycopg2 ~= 2.9.5
615
617
aiopg >= 0.13.0, < 1.3.0
616
618
sqlalchemy ~= 1.4
0 commit comments