Skip to content

Commit 5eea9c8

Browse files
committed
skip google-cloud-storage which is blocked on google-crc32c
1 parent a132d7c commit 5eea9c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/google-cloud-storage/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@ def install_unittest_dependencies(session, *constraints):
264264
def unit(session, protobuf_implementation):
265265
# Install all test dependencies, then install this package in-place.
266266

267+
if session.python == "3.15":
268+
session.skip(
269+
"Skipping 3.15 until compatible wheels are available for google-crc32c"
270+
)
267271
constraints_path = str(
268272
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
269273
)

0 commit comments

Comments
 (0)