This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency checking environment (#124)
* Dependency checking environment Add an tox environment that does static analysis (via pylint) without install test-requirements.txt; this ensures that the dependencies specified in setup.py are enough. Previously, the tests could pass but the package might not build if a necessary dependency was specified in the test environment but not in the real package metadata. Remove requirements.txt, which is redundant with setup.py. Also, switch to using grpcio-tools to provide protoc - It is difficult to debug linuxbrew problems on Travis; it's cleaner just to install a Python package. - Note that grpcio-tools does not install properly for pip versions <8. Also, fix an import for style - Directly importing the method is inconsistent with the rest of this repo. - The import causes Sphinx to document the method as though it were part of `api_callable`, even though it really belongs to a third- party library.
- Loading branch information
Showing
6 changed files
with
21 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters