@@ -136,8 +136,8 @@ 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
+ py3{8,9,10,11}-test-instrumentation-pymemcache-{0,1,2,3,4 }
140
+ pypy3-test-instrumentation-pymemcache-{0,1,2,3,4 }
141
141
142
142
; opentelemetry-instrumentation-pymongo
143
143
py3{8,9,10,11}-test-instrumentation-pymongo
@@ -287,11 +287,6 @@ deps =
287
287
aio-pika-7: aio_pika~=7.2.0
288
288
aio-pika-8: aio_pika>=8.0.0,<9.0.0
289
289
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
290
httpx-18: httpx>=0.18.0,<0.19.0
296
291
httpx-18: respx~=0.17.0
297
292
httpx-21: httpx>=0.19.0
@@ -341,7 +336,7 @@ changedir =
341
336
test-instrumentation-aio-pika-{8,9}: instrumentation/opentelemetry-instrumentation-aio-pika/tests
342
337
test-instrumentation-psycopg: instrumentation/opentelemetry-instrumentation-psycopg/tests
343
338
test-instrumentation-psycopg2: instrumentation/opentelemetry-instrumentation-psycopg2/tests
344
- test-instrumentation-pymemcache-{135,200,300,342,400 }: instrumentation/opentelemetry-instrumentation-pymemcache/tests
339
+ test-instrumentation-pymemcache-{0,1,2,3,4 }: instrumentation/opentelemetry-instrumentation-pymemcache/tests
345
340
test-instrumentation-pymongo: instrumentation/opentelemetry-instrumentation-pymongo/tests
346
341
test-instrumentation-pymysql: instrumentation/opentelemetry-instrumentation-pymysql/tests
347
342
test-instrumentation-pyramid: instrumentation/opentelemetry-instrumentation-pyramid/tests
@@ -426,7 +421,11 @@ commands_pre =
426
421
427
422
mysqlclient: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient[test]
428
423
429
- pymemcache-{135,200,300,342,400}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
424
+ pymemcache-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-0.txt
425
+ pymemcache-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-1.txt
426
+ pymemcache-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-2.txt
427
+ pymemcache-3: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-3.txt
428
+ pymemcache-4: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-4.txt
430
429
431
430
pymongo: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
432
431
@@ -561,7 +560,7 @@ commands_pre =
561
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
562
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
563
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
563
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache
565
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
566
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
567
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
0 commit comments