We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b2da commit 8bbc770Copy full SHA for 8bbc770
tests/conftest.py
@@ -33,7 +33,9 @@
33
else:
34
assert protobuf_version.startswith("4.") or protobuf_version.startswith(
35
"5."
36
- ), f"Expected protobuf 4.x/5.x, got {protobuf_version}"
+ ) or protobuf_version.startswith(
37
+ "6."
38
+ ), f"Expected protobuf 4.x/5.x/6.x, got {protobuf_version}"
39
40
from temporalio.client import Client
41
from temporalio.testing import WorkflowEnvironment
0 commit comments