Skip to content

Commit 660160d

Browse files
committed
cleanup
1 parent b0cdfcb commit 660160d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/gapic-generator/tests/system/test_pqc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)