Skip to content

Commit 64b009e

Browse files
joerickhenryiii
authored andcommitted
Use double-quotes for windows
1 parent 781ebc4 commit 64b009e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def test_test_environment(tmp_path):
245245
project_dir,
246246
add_env={
247247
"CIBW_TEST_ENVIRONMENT": "MYVAR=somevalue PYTHONSAFEPATH=",
248-
"CIBW_TEST_COMMAND": 'python -c \'import os; assert os.environ.get("MYVAR") == "somevalue"; assert os.environ.get("PYTHONSAFEPATH") == ""\'',
248+
"CIBW_TEST_COMMAND": "python -c \"import os; assert os.environ.get('MYVAR') == 'somevalue'; assert os.environ.get('PYTHONSAFEPATH') == ''\"",
249249
},
250250
)
251251
# also check that we got the right wheels

0 commit comments

Comments
 (0)