@@ -172,8 +172,12 @@ envlist =
172
172
pypy3-test-instrumentation-grpc
173
173
174
174
; opentelemetry-instrumentation-sqlalchemy
175
- py3{8,9,10,11}-test-instrumentation-sqlalchemy-{14}
176
- pypy3-test-instrumentation-sqlalchemy-{11,14}
175
+ ; The numbers at the end of the environment names
176
+ ; below mean these dependencies are being used:
177
+ ; 0: sqlalchemy>=1.1,<1.2 aiosqlite
178
+ ; 1: sqlalchemy~=1.4
179
+ py3{8,9,10,11}-test-instrumentation-sqlalchemy-{1}
180
+ pypy3-test-instrumentation-sqlalchemy-{0,1}
177
181
178
182
; opentelemetry-instrumentation-redis
179
183
py3{8,9,10,11}-test-instrumentation-redis
@@ -279,9 +283,6 @@ deps =
279
283
flask-300: Flask >=3.0.0
280
284
flask-300: Werkzeug >=3.0.0
281
285
grpc: pytest-asyncio
282
- sqlalchemy-11: sqlalchemy>=1.1,<1.2
283
- sqlalchemy-14: aiosqlite
284
- sqlalchemy-14: sqlalchemy~=1.4
285
286
sio-pika-0: pika>=0.12.0,<1.0.0
286
287
sio-pika-1: pika>=1.0.0
287
288
aio-pika-7: aio_pika~=7.2.0
@@ -349,7 +350,7 @@ changedir =
349
350
test-instrumentation-remoulade: instrumentation/opentelemetry-instrumentation-remoulade/tests
350
351
test-instrumentation-requests: instrumentation/opentelemetry-instrumentation-requests/tests
351
352
test-instrumentation-sklearn: instrumentation/opentelemetry-instrumentation-sklearn/tests
352
- test-instrumentation-sqlalchemy-{11,14 }: instrumentation/opentelemetry-instrumentation-sqlalchemy/tests
353
+ test-instrumentation-sqlalchemy-{0,1 }: instrumentation/opentelemetry-instrumentation-sqlalchemy/tests
353
354
test-instrumentation-sqlite3: instrumentation/opentelemetry-instrumentation-sqlite3/tests
354
355
test-instrumentation-starlette: instrumentation/opentelemetry-instrumentation-starlette/tests
355
356
test-instrumentation-system-metrics: instrumentation/opentelemetry-instrumentation-system-metrics/tests
@@ -472,7 +473,8 @@ commands_pre =
472
473
473
474
sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
474
475
475
- sqlalchemy-{11,14}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
476
+ sqlalchemy-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-0.txt
477
+ sqlalchemy-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-1.txt
476
478
477
479
elasticsearch-{2,5,6}: pip install {toxinidir}/opentelemetry-instrumentation[test] {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
478
480
@@ -548,7 +550,7 @@ commands_pre =
548
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
549
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
550
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
551
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[ test]
553
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/ test-requirements-1.txt
552
554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
553
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
554
556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
@@ -613,7 +615,7 @@ deps =
613
615
psycopg ~= 3.1.17
614
616
psycopg2 ~= 2.9.5
615
617
aiopg >= 0.13.0, < 1.3.0
616
- sqlalchemy ~= 1.4
618
+ sqlalchemy == 1.4.51
617
619
redis ~= 4.3
618
620
celery[pytest] >= 4.0, < 6.0
619
621
protobuf~=3.13
0 commit comments