Skip to content

Commit f1fb942

Browse files
author
Ryo Kather
committed
Disabled pylint too many public msg in test file and fixed spacing
1 parent 358aaa0 commit f1fb942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-urllib/tests/test_urllib_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from opentelemetry.test.test_base import TestBase
3636
from opentelemetry.trace import StatusCode
3737

38-
38+
# pylint: disable=too-many-public-methods
3939
class RequestsIntegrationTestBase(abc.ABC):
4040
# pylint: disable=no-member
4141

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,13 @@ commands_pre =
429429
-e {toxinidir}/opentelemetry-python-core/exporter/opentelemetry-exporter-opencensus
430430
docker-compose up -d
431431
python check_availability.py
432+
432433
commands =
433434
pytest {posargs}
434435

435436
commands_post =
436437
docker-compose down -v
437438

438-
439439
[testenv:generate]
440440
deps =
441441
-r {toxinidir}/gen-requirements.txt

0 commit comments

Comments
 (0)