File tree Expand file tree Collapse file tree
packages/google-resumable-media Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,3 +299,21 @@ def cover(session):
299299 session .install ("coverage" , "pytest-cov" )
300300 session .run ("coverage" , "report" , "--show-missing" , "--fail-under=100" )
301301 session .run ("coverage" , "erase" )
302+
303+
304+ @nox .session (python = DEFAULT_PYTHON_VERSION )
305+ def prerelease_deps (session ):
306+ # TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
307+ # Resolve the linked bug once prerelease_deps and core_deps_from_source
308+ # are implemented for this package.
309+ if session .python == DEFAULT_PYTHON_VERSION :
310+ session .skip (f"Skipping prerelease_deps for { DEFAULT_PYTHON_VERSION } until a future release." )
311+
312+
313+ @nox .session (python = DEFAULT_PYTHON_VERSION )
314+ def core_deps_from_source (session ):
315+ ## TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
316+ # Resolve the linked bug once prerelease_deps and core_deps_from_source
317+ # are implemented for this package.
318+ if session .python == DEFAULT_PYTHON_VERSION :
319+ session .skip (f"Skipping core_deps_from_source for { DEFAULT_PYTHON_VERSION } until a future release." )
You can’t perform that action at this time.
0 commit comments