@@ -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
@@ -333,9 +330,9 @@ commands_pre =
333
330
334
331
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335
332
336
- 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
337
- wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4}, pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
338
- asgi,django-{3,4}, starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
333
+ 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
334
+ wsgi,falcon-{1,2,3},flask-{213,220,300},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
335
+ asgi,starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339
336
340
337
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
341
338
@@ -360,7 +357,9 @@ commands_pre =
360
357
361
358
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
362
359
363
- django-{1,2,3,4}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
360
+ django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
361
+ django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
362
+ django-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
364
363
365
364
fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
366
365
@@ -539,7 +538,7 @@ commands_pre =
539
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
540
539
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
541
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
542
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
541
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django
543
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
544
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
545
544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
0 commit comments