Skip to content

Commit 3d690ab

Browse files
authored
Update pytest command to use asyncio mode
1 parent d7ffc24 commit 3d690ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/cibuildwheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def run(args, extra_args):
136136
"*_i686 *-win32 *-musllinux*"
137137
)
138138
env["CIBW_TEST_COMMAND"] = (
139-
"python -m pytest {project}/python/tensorstore/tests -vv -s"
139+
"python -m pytest {project}/python/tensorstore/tests -vv -s --asyncio-mode=auto"
140140
)
141141
env["CIBW_MANYLINUX_X86_64_IMAGE"] = "manylinux_2_28"
142142
env["CIBW_MANYLINUX_AARCH64_IMAGE"] = "manylinux_2_28"

0 commit comments

Comments
 (0)