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

feat: allow default_host and default_scopes to be passed to create_channel #134

Merged
merged 12 commits into from
Feb 5, 2021
Prev Previous commit
Next Next commit
test: uncomment install auth from branch
  • Loading branch information
busunkim96 committed Feb 3, 2021
commit 3e28831bc63758f72e5dc9fa7a9b61bf4a29f633
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def default(session):
session.install("-e", ".", "-c", constraints_path)

# REMOVE ME: Temporarily install google-auth from a branch
# session.install("-e", "git+https://github.com/googleapis/google-auth-library-python.git@self-signed-jwt#egg=google-auth")
session.install("-e", "git+https://github.com/googleapis/google-auth-library-python.git@self-signed-jwt#egg=google-auth")

pytest_args = [
"python",
Expand Down