We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0260f commit 3ee28a6Copy full SHA for 3ee28a6
packages/google-cloud-pubsub/noxfile.py
@@ -532,3 +532,15 @@ def prerelease_deps(session, protobuf_implementation):
532
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
533
},
534
)
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