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: resumable media integration #1283

Merged
merged 5 commits into from
Jul 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make noxfile compatible with kokoro ver of nox
  • Loading branch information
andrewsg committed Jun 26, 2024
commit 17190b6815b1d3e1cd5e53999d3f38ad5703089a
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def default(session):
# This dependency is included in setup.py for backwards compatibility only
# and the client library is expected to pass all tests without it. See
# setup.py and README for details.
session.run_install("pip", "uninstall", "-y", "google-resumable-media")
session.run("pip", "uninstall", "-y", "google-resumable-media")

# Run py.test against the unit tests.
session.run(
Expand Down