From e8e65ec72785532f830c583f77c648285c4eff53 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:47:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cibuildwheel/macos.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index 7750f6f2d..643e4122e 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -597,9 +597,10 @@ def build(options: Options, tmp_path: Path) -> None: # test the wheel if build_options.test_requires: call_with_arch( - "pip", "install", + "pip", + "install", *build_options.test_requires, - env=virtualenv_env_install_wheel + env=virtualenv_env_install_wheel, ) # run the tests from a temp dir, with an absolute path in the command