@@ -53,8 +53,10 @@ envlist =
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
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
56
+ py3{8,9}-test-instrumentation-django-1
57
+ py3{8,9}-test-instrumentation-django-2
58
+ py3{10,11}-test-instrumentation-django-3
59
+ py3{10,11}-test-instrumentation-django-4
58
60
pypy3-test-instrumentation-django-{0,1}
59
61
60
62
; opentelemetry-instrumentation-dbapi
@@ -357,9 +359,13 @@ commands_pre =
357
359
358
360
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
359
361
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
362
+ py3{8,9}-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
363
+ py3{8,9}-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
364
+ py3{8,9}-test-instrumentation-django-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
365
+ py3{10,11}-test-instrumentation-django-3: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
366
+ py3{10,11}-test-instrumentation-django-4: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-4.txt
367
+ pypy3-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
368
+ pypy3-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
363
369
364
370
fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
365
371
0 commit comments