mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00

* Fix tox lint command - Move apt-get install command to github actions to run on an ubuntu system only. This keeps tox.ini cross-platform and enabled to run on non-ubuntu systems locally. - Add `-y` flag to apt-get install command so it does not wait for configuration on CI. * Downgrade pylint to 2.9.x * Add pip cache to github actions cache
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
pylint<2.10
|
|
flake8~=3.7
|
|
isort~=5.6
|
|
black>=19.3b0,==19.*
|
|
httpretty~=1.0
|
|
mypy==0.790
|
|
sphinx
|
|
sphinx-rtd-theme~=0.4
|
|
sphinx-autodoc-typehints
|
|
pytest!=5.2.3
|
|
pytest-cov>=2.8
|
|
readme-renderer~=24.0
|
|
grpcio-tools==1.29.0
|
|
mypy-protobuf>=1.23
|
|
protobuf>=3.13.0
|