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

fix: Fix namespace packages conflict issue #757

Merged
merged 2 commits into from
Feb 1, 2021

Commits on Jan 31, 2021

  1. fix: Fix namespace packages conflict issue

    This fixes the googleapis/gapic-generator#3334 by excluding system-wide site-packages dir from python packages resolution path completely.
    
    This pretty much implements the long-standing featrue request for rules_python bazelbuild/bazel#4939, but only in scope of gapic-generator-python.
    vam-google committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    ad54adf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Format with autopep8

    vam-google committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9469a41 View commit details
    Browse the repository at this point in the history