@@ -52,10 +52,10 @@ envlist =
52
52
; Only officially supported Python versions are tested for each Django
53
53
; major release. Updated list can be found at:
54
54
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
55
- py3{8,9}-test-instrumentation-django-2
56
- py3{8,9,10,11}-test-instrumentation-django-3
57
- py3{8,9,10,11}-test-instrumentation-django-4
58
- pypy3-test-instrumentation-django-{2,3 }
55
+ py3{8,9}-test-instrumentation-django-0
56
+ py3{8,9,10,11}-test-instrumentation-django-1
57
+ py3{8,9,10,11}-test-instrumentation-django-2
58
+ pypy3-test-instrumentation-django-{0,1 }
59
59
60
60
; opentelemetry-instrumentation-dbapi
61
61
py3{8,9,10,11}-test-instrumentation-dbapi
@@ -255,9 +255,6 @@ deps =
255
255
test: pytest-benchmark
256
256
coverage: pytest
257
257
coverage: pytest-cov
258
- django-2: django~=2.0
259
- django-3: django~=3.0
260
- django-4: django>=4.0b1,<5.0
261
258
elasticsearch-2: elasticsearch-dsl>=2.0,<3.0
262
259
elasticsearch-2: elasticsearch>=2.0,<3.0
263
260
elasticsearch-5: elasticsearch-dsl>=5.0,<6.0
@@ -323,7 +320,7 @@ changedir =
323
320
test-instrumentation-cassandra: instrumentation/opentelemetry-instrumentation-cassandra/tests
324
321
test-instrumentation-celery: instrumentation/opentelemetry-instrumentation-celery/tests
325
322
test-instrumentation-dbapi: instrumentation/opentelemetry-instrumentation-dbapi/tests
326
- test-instrumentation-django-{1,2,3,4 }: instrumentation/opentelemetry-instrumentation-django/tests
323
+ test-instrumentation-django-{0, 1,2}: instrumentation/opentelemetry-instrumentation-django/tests
327
324
test-instrumentation-elasticsearch-{2,5,6}: instrumentation/opentelemetry-instrumentation-elasticsearch/tests
328
325
test-instrumentation-falcon-{1,2,3}: instrumentation/opentelemetry-instrumentation-falcon/tests
329
326
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
@@ -391,9 +388,9 @@ commands_pre =
391
388
392
389
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
390
394
- falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4}, pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
395
- wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4}, pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
- asgi,django-{3,4}, starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
391
+ falcon-{1,2,3},flask-{213,220,300},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
392
+ wsgi,falcon-{1,2,3},flask-{213,220,300},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
393
+ asgi,starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
394
398
395
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
399
396
@@ -418,7 +415,9 @@ commands_pre =
418
415
419
416
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
420
417
421
- django-{1,2,3,4}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
418
+ django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
419
+ django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
420
+ django-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
422
421
423
422
fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
424
423
@@ -542,7 +541,7 @@ commands_pre =
542
541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
543
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
544
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
545
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
544
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django
546
545
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
547
546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
548
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
0 commit comments