Skip to content

Commit 7704373

Browse files
committed
WIP
1 parent fc4fdd1 commit 7704373

File tree

3 files changed

+54
-5
lines changed

3 files changed

+54
-5
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
asgiref==3.7.2
2+
attrs==23.2.0
3+
Deprecated==1.2.14
4+
Django==3.2.24
5+
importlib-metadata==6.11.0
6+
iniconfig==2.0.0
7+
packaging==23.2
8+
pluggy==1.4.0
9+
py==1.11.0
10+
py-cpuinfo==9.0.0
11+
pytest==7.1.3
12+
pytest-benchmark==4.0.0
13+
pytz==2024.1
14+
sqlparse==0.4.4
15+
tomli==2.0.1
16+
typing_extensions==4.10.0
17+
wrapt==1.16.0
18+
zipp==3.17.0
19+
-e ../../../opentelemetry-instrumentation
20+
-e ../../../util/opentelemetry-util-http
21+
-e ../../../instrumentation/opentelemetry-instrumentation-wsgi
22+
-e ../../../instrumentation/opentelemetry-instrumentation-django
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
asgiref==3.7.2
2+
attrs==23.2.0
3+
Deprecated==1.2.14
4+
Django==4.2.10
5+
importlib-metadata==6.11.0
6+
iniconfig==2.0.0
7+
packaging==23.2
8+
pluggy==1.4.0
9+
py==1.11.0
10+
py-cpuinfo==9.0.0
11+
pytest==7.1.3
12+
pytest-benchmark==4.0.0
13+
sqlparse==0.4.4
14+
tomli==2.0.1
15+
typing_extensions==4.10.0
16+
wrapt==1.16.0
17+
zipp==3.17.0
18+
-e ../../../opentelemetry-instrumentation
19+
-e ../../../util/opentelemetry-util-http
20+
-e ../../../instrumentation/opentelemetry-instrumentation-wsgi
21+
-e ../../../instrumentation/opentelemetry-instrumentation-django

tox.ini

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ envlist =
5353
; major release. Updated list can be found at:
5454
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
5555
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
5860
pypy3-test-instrumentation-django-{0,1}
5961

6062
; opentelemetry-instrumentation-dbapi
@@ -357,9 +359,13 @@ commands_pre =
357359

358360
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
359361

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
363369

364370
fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
365371

0 commit comments

Comments
 (0)