Skip to content

Commit 3ee28a6

Browse files
committed
add placeholder session for core_deps_from_source
1 parent fc0260f commit 3ee28a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/google-cloud-pubsub/noxfile.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,3 +532,15 @@ def prerelease_deps(session, protobuf_implementation):
532532
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
533533
},
534534
)
535+
536+
537+
@nox.session(python=DEFAULT_PYTHON_VERSION)
538+
@nox.parametrize(
539+
"protobuf_implementation",
540+
["python", "upb"],
541+
)
542+
def core_deps_from_source(session, protobuf_implementation):
543+
"""
544+
Skipping until Pub/Sub migration is complete.
545+
"""
546+
session.skip("Skipping core_deps_from_source for google-cloud-pubsub.")

0 commit comments

Comments
 (0)