Skip to content

Commit 3fa9cad

Browse files
committed
FIX
1 parent 4530f16 commit 3fa9cad

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
asgiref==3.7.2
22
attrs==23.2.0
33
Deprecated==1.2.14
4-
Django==3.2.24
4+
Django==4.2.10
55
importlib-metadata==6.11.0
66
iniconfig==2.0.0
77
packaging==23.2
@@ -10,7 +10,6 @@ py==1.11.0
1010
py-cpuinfo==9.0.0
1111
pytest==7.1.3
1212
pytest-benchmark==4.0.0
13-
pytz==2024.1
1413
sqlparse==0.4.4
1514
tomli==2.0.1
1615
typing_extensions==4.10.0
@@ -19,4 +18,5 @@ zipp==3.17.0
1918
-e opentelemetry-instrumentation
2019
-e util/opentelemetry-util-http
2120
-e instrumentation/opentelemetry-instrumentation-wsgi
21+
-e instrumentation/opentelemetry-instrumentation-asgi
2222
-e instrumentation/opentelemetry-instrumentation-django

instrumentation/opentelemetry-instrumentation-django/test-requirements-4.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ envlist =
5555
py3{8,9}-test-instrumentation-django-0
5656
py3{8,9}-test-instrumentation-django-1
5757
py3{8,9}-test-instrumentation-django-2
58+
py3{10,11}-test-instrumentation-django-1
5859
py3{10,11}-test-instrumentation-django-3
59-
py3{10,11}-test-instrumentation-django-4
6060
pypy3-test-instrumentation-django-{0,1}
6161

6262
; opentelemetry-instrumentation-dbapi
@@ -362,8 +362,8 @@ commands_pre =
362362
py3{8,9}-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
363363
py3{8,9}-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
364364
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-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
365366
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
367367
pypy3-test-instrumentation-django-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
368368
pypy3-test-instrumentation-django-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
369369

@@ -544,7 +544,7 @@ commands_pre =
544544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
545545
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
546546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
547-
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-4.txt
547+
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
548548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
549549
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
550550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]

0 commit comments

Comments
 (0)