@@ -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
@@ -320,7 +322,7 @@ changedir =
320
322
test-instrumentation-cassandra: instrumentation/opentelemetry-instrumentation-cassandra/tests
321
323
test-instrumentation-celery: instrumentation/opentelemetry-instrumentation-celery/tests
322
324
test-instrumentation-dbapi: instrumentation/opentelemetry-instrumentation-dbapi/tests
323
- test-instrumentation-django-{0,1,2}: instrumentation/opentelemetry-instrumentation-django/tests
325
+ test-instrumentation-django-{0,1,2,3,4 }: instrumentation/opentelemetry-instrumentation-django/tests
324
326
test-instrumentation-elasticsearch-{2,5,6}: instrumentation/opentelemetry-instrumentation-elasticsearch/tests
325
327
test-instrumentation-falcon-{1,2,3}: instrumentation/opentelemetry-instrumentation-falcon/tests
326
328
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
@@ -415,9 +417,13 @@ commands_pre =
415
417
416
418
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
417
419
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
420
+ py3{8,9}-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
421
+ py3{8,9}-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
422
+ py3{8,9}-test-instrumentation-django-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
423
+ py3{10,11}-test-instrumentation-django-3: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
424
+ py3{10,11}-test-instrumentation-django-4: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-4.txt
425
+ pypy3-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
426
+ pypy3-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
421
427
422
428
fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
423
429
0 commit comments