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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add intersphinx to proto-plus library #86

Merged
merged 6 commits into from Nov 4, 2020

Commits on Oct 28, 2020

  1. fix(python_library): fix unit test dependency installation

    Perviously, system tests allow users to pass in separate lists for `system_test_external_dependencies` and `unit_test_local_dependencies`, which would install dependencies needed for the test. Unit tests only had a single option called `unit_test_dependencies`, which only supported local packages.
    
    This PR makes unit tests consistent with system tests by handling `unit_test_external_dependencies` and `unit_test_local_dependencies`. I kept  `unit_test_dependencies` around with it's previous behaviour for backwards compatibility, in case any repos are using it as-is.
    
    Source-Author: Daniel Sanche <d.sanche14@gmail.com>
    Source-Date: Mon Oct 26 13:46:03 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: fd3584b01cedd6c9f79d08be4e2365085f955aa5
    Source-Link: googleapis/synthtool@fd3584b
    yoshi-automation committed Oct 28, 2020
    Copy the full SHA
    917e0d2 View commit details
    Browse the repository at this point in the history
  2. docs: add proto-plus to intersphinx mapping

    Source-Author: Tim Swast <swast@google.com>
    Source-Date: Tue Oct 27 12:01:14 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120
    Source-Link: googleapis/synthtool@ea52b8a
    yoshi-automation committed Oct 28, 2020
    Copy the full SHA
    ca34c48 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Copy the full SHA
    588613c View commit details
    Browse the repository at this point in the history
  2. remove redundant install

    tswast committed Nov 4, 2020
    Copy the full SHA
    0246066 View commit details
    Browse the repository at this point in the history
  3. revert changes

    tswast committed Nov 4, 2020
    Copy the full SHA
    25fd31d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b0a5458 View commit details
    Browse the repository at this point in the history