@@ -136,8 +136,15 @@ envlist =
136
136
pypy3-test-instrumentation-psycopg
137
137
138
138
; opentelemetry-instrumentation-pymemcache
139
- py3{8,9,10,11}-test-instrumentation-pymemcache-{135,200,300,342,400}
140
- pypy3-test-instrumentation-pymemcache-{135,200,300,342,400}
139
+ ; The numbers at the end of the environment names
140
+ ; below mean these dependencies are being used:
141
+ ; 0: pymemcache ==1.3.5
142
+ ; 1: pymemcache >2.0.0,<3.0.0
143
+ ; 2: pymemcache >3.0.0,<3.4.2
144
+ ; 3: pymemcache ==3.4.2
145
+ ; 4: pymemcache ==4.0.0
146
+ py3{8,9,10,11}-test-instrumentation-pymemcache-{0,1,2,3,4}
147
+ pypy3-test-instrumentation-pymemcache-{0,1,2,3,4}
141
148
142
149
; opentelemetry-instrumentation-pymongo
143
150
py3{8,9,10,11}-test-instrumentation-pymongo
@@ -287,11 +294,6 @@ deps =
287
294
aio-pika-7: aio_pika~=7.2.0
288
295
aio-pika-8: aio_pika>=8.0.0,<9.0.0
289
296
aio-pika-9: aio_pika>=9.0.0,<10.0.0
290
- pymemcache-135: pymemcache ==1.3.5
291
- pymemcache-200: pymemcache >2.0.0,<3.0.0
292
- pymemcache-300: pymemcache >3.0.0,<3.4.2
293
- pymemcache-342: pymemcache ==3.4.2
294
- pymemcache-400: pymemcache ==4.0.0
295
297
httpx-18: httpx>=0.18.0,<0.19.0
296
298
httpx-18: respx~=0.17.0
297
299
httpx-21: httpx>=0.19.0
@@ -368,7 +370,11 @@ commands_pre =
368
370
369
371
mysqlclient: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient[test]
370
372
371
- pymemcache-{135,200,300,342,400}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
373
+ pymemcache-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-0.txt
374
+ pymemcache-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-1.txt
375
+ pymemcache-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-2.txt
376
+ pymemcache-3: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-3.txt
377
+ pymemcache-4: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-4.txt
372
378
373
379
pymongo: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
374
380
@@ -558,7 +564,7 @@ commands_pre =
558
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
559
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
560
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
561
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[ test]
567
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/ test-requirements-4.txt
562
568
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
563
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
564
570
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
0 commit comments