Skip to content

Commit

Permalink
Disabled pylint too many public msg in test file and fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Kather committed Jun 7, 2021
1 parent 358aaa0 commit f1fb942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from opentelemetry.test.test_base import TestBase
from opentelemetry.trace import StatusCode


# pylint: disable=too-many-public-methods
class RequestsIntegrationTestBase(abc.ABC):
# pylint: disable=no-member

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@ commands_pre =
-e {toxinidir}/opentelemetry-python-core/exporter/opentelemetry-exporter-opencensus
docker-compose up -d
python check_availability.py

commands =
pytest {posargs}

commands_post =
docker-compose down -v


[testenv:generate]
deps =
-r {toxinidir}/gen-requirements.txt
Expand Down

0 comments on commit f1fb942

Please sign in to comment.