diff --git a/noxfile.py b/noxfile.py index 7a72d9bf9..0609a80f6 100644 --- a/noxfile.py +++ b/noxfile.py @@ -70,9 +70,7 @@ def lint_setup_py(session): def default(session): # Install all test dependencies, then install this package in-place. - session.install( - "mock", "pytest", "pytest-cov", - ) + session.install("mock", "pytest", "pytest-cov") session.install("-e", ".") # Run py.test against the unit tests. diff --git a/synth.metadata b/synth.metadata index 7eb48fd16..7fdf91454 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-storage.git", - "sha": "59d859f2a80860d66135f656c4660b95937fce64" + "sha": "dc3671963f25dde7ba393c8e3939225b5c61d158" } }, {