Skip to content

Commit 587e052

Browse files
laramielcopybara-github
authored andcommitted
in cibuildwheel, run tests with --asyncio-mode=auto
PiperOrigin-RevId: 829514648 Change-Id: Ib449e4f046ba6956e705e6e093055bbd5958eac1
1 parent 3590f19 commit 587e052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/cibuildwheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def run(args, extra_args):
137137
)
138138
env["CIBW_TEST_COMMAND"] = (
139139
"python -m pytest {project}/python/tensorstore/tests -vv -s"
140+
" --asyncio-mode=auto"
140141
)
141142
env["CIBW_MANYLINUX_X86_64_IMAGE"] = "manylinux_2_28"
142143
env["CIBW_MANYLINUX_AARCH64_IMAGE"] = "manylinux_2_28"

0 commit comments

Comments
 (0)