We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a8ac commit ca3ade6Copy full SHA for ca3ade6
test/test_from_sdist.py
@@ -69,7 +69,7 @@ def test_simple(tmp_path):
69
assert os.path.exists("{package}/setup.py")
70
""",
71
)
72
- setup_py_assertion_cmd = f"python3 -c '{setup_py_assertion_snippet !s}'"
+ setup_py_assertion_cmd = f'python3 -c "{setup_py_assertion_snippet !s}"'
73
74
# build the wheels from sdist
75
actual_wheels = cibuildwheel_from_sdist_run(
0 commit comments