File tree Expand file tree Collapse file tree
packages/gapic-generator/tests/system Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ def test_pqc_grpc(intercepted_echo_grpc):
4646 # TODO(https://github.com/googleapis/google-cloud-python/issues/17752):
4747 # Remove this check once grpcio >= 1.83.0 is enforced across all client libraries.
4848 if Version (grpc .__version__ ) < Version ("1.83.0" ):
49- # TODO(https://github.com/googleapis/google-cloud-python/issues/17751):
50- # Update the version in the check above to `1.83.0` once released.
5149 pytest .skip (f"gRPC PQC negotiation requires grpcio >= 1.83.0 (current: { grpc .__version__ } )" )
5250
5351 client , interceptor = intercepted_echo_grpc
@@ -70,8 +68,6 @@ async def test_pqc_grpc_async(intercepted_echo_grpc_async):
7068 # TODO(https://github.com/googleapis/google-cloud-python/issues/17752):
7169 # Remove this check once grpcio >= 1.83.0 is enforced across all client libraries.
7270 if Version (grpc .__version__ ) < Version ("1.83.0" ):
73- # TODO(https://github.com/googleapis/google-cloud-python/issues/17751):
74- # Update the version in the check above to `1.83.0` once released.
7571 pytest .skip (
7672 f"gRPC PQC negotiation requires grpcio >= 1.83.0 (current: { grpc .__version__ } )"
7773 )
You can’t perform that action at this time.
0 commit comments