Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install gRPC et al for testing except py26/lint/docs-rtd #1943

Merged
merged 3 commits into from
Jul 22, 2016
Merged

Install gRPC et al for testing except py26/lint/docs-rtd #1943

merged 3 commits into from
Jul 22, 2016

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    77f7e82 View commit details
    Browse the repository at this point in the history
  2. Rationalize tox vs. gRPC:

    - Install 'grpcio' and related deps by default, and omit adding '_testing'
      to PYTHONPATH.
    
    - For Python 2.6, and lint, RTD, suppress installing gRPC-related deps,
      and add '_testing' to PYTHONPATH.
    tseaver committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    4879fd8 View commit details
    Browse the repository at this point in the history
  3. Bump 'grpcio' minimum version to 1.0rc1

    Also, pin GAX/GRPC libraries to avoid future breaking changes.
    tseaver committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    acaa3b2 View commit details
    Browse the repository at this point in the history