Skip to content

Commit 4530f16

Browse files
committed
Fix lint
1 parent 58068cb commit 4530f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django
547+
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-4.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)