Skip to content

Commit ca3ade6

Browse files
Edit quotes in the CLI argument for Windows compatibility
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent a55a8ac commit ca3ade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_from_sdist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_simple(tmp_path):
6969
assert os.path.exists("{package}/setup.py")
7070
""",
7171
)
72-
setup_py_assertion_cmd = f"python3 -c '{setup_py_assertion_snippet !s}'"
72+
setup_py_assertion_cmd = f'python3 -c "{setup_py_assertion_snippet !s}"'
7373

7474
# build the wheels from sdist
7575
actual_wheels = cibuildwheel_from_sdist_run(

0 commit comments

Comments
 (0)