Skip to content

Commit 28f0773

Browse files
committed
Fix build
1 parent 5606ce7 commit 28f0773

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

eachdist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ packages=
5454
[lintroots]
5555
extraroots=examples/*,scripts/
5656
subglob=*.py,tests/,test/,src/*,examples/*
57+
ignore=sklearn
5758

5859
[testroots]
5960
extraroots=examples/*,tests/

instrumentation/opentelemetry-instrumentation-aiohttp-client/tests/test_aiohttp_client_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_status_codes(self):
123123
(span_status, None),
124124
{
125125
SpanAttributes.HTTP_METHOD: "GET",
126-
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test-path#foobar",
126+
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test-path?query=param#foobar",
127127
SpanAttributes.HTTP_STATUS_CODE: int(
128128
status_code
129129
),

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ commands_pre =
551551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
552552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
553553
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
554-
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
554+
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
555555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
556556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
557557
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]

0 commit comments

Comments
 (0)