diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index b5954330..473838b0 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -107,6 +107,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef '''.format( pybin_paths=' '.join(c.path+'/bin' for c in platform_configs), test_requires=' '.join(test_requires), + test_extras=test_extras, test_command=shlex_quote( prepare_command(test_command, project='/project') if test_command else '' ),