We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ffc24 commit 3d690abCopy full SHA for 3d690ab
tools/ci/cibuildwheel.py
@@ -136,7 +136,7 @@ def run(args, extra_args):
136
"*_i686 *-win32 *-musllinux*"
137
)
138
env["CIBW_TEST_COMMAND"] = (
139
- "python -m pytest {project}/python/tensorstore/tests -vv -s"
+ "python -m pytest {project}/python/tensorstore/tests -vv -s --asyncio-mode=auto"
140
141
env["CIBW_MANYLINUX_X86_64_IMAGE"] = "manylinux_2_28"
142
env["CIBW_MANYLINUX_AARCH64_IMAGE"] = "manylinux_2_28"
0 commit comments