Skip to content

Commit a7c6ffa

Browse files
committed
lint
1 parent 2ac3191 commit a7c6ffa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ def unit(session, protobuf_implementation):
226226
session.skip("cpp implementation is not supported in python 3.11+")
227227

228228
if session.python == "3.15":
229-
session.skip(
230-
"Skipping 3.15 until wheels are available for google-crc32c."
231-
)
229+
session.skip("Skipping 3.15 until wheels are available for google-crc32c.")
232230

233231
constraints_path = str(
234232
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"

0 commit comments

Comments
 (0)