Skip to content

Commit 7f2d9e2

Browse files
committed
chore: lint
1 parent 12f7ca6 commit 7f2d9e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ def conformance(session, client_type):
305305
# None of the clients currently support reverse scans, execute query plan refresh, retry info, or routing cookie
306306
# See https://github.com/googleapis/python-bigtable/blob/c3ea54ee958a79959a649dce2553a84ec808b4d7/.github/workflows/conformance.yaml#L30-L35
307307
if client_type == "async":
308-
test_args = '-skip \"PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie\"'
308+
test_args = '-skip "PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie"'
309309
else:
310-
test_args = '-skip \"PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie|_Generic_MultiStream\"'
310+
test_args = '-skip "PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie|_Generic_MultiStream"'
311311
with session.chdir("test_proxy"):
312312
# download the conformance test suite
313313
session.run(

0 commit comments

Comments
 (0)