Update test_environment.py

This commit is contained in:
Joe Rickerby
2020-07-16 07:56:15 +01:00
committed by GitHub
parent 56cd6c965d
commit b90c4035b3
+1 -1
View File
@@ -65,7 +65,7 @@ def test_overridden_path(tmp_path, capfd):
(new_path / 'python').touch(mode=0o777)
utils.cibuildwheel_run(project_dir, output_dir=output_dir, add_env={
'NEW_PATH': new_path,
'NEW_PATH': str(new_path),
'CIBW_ENVIRONMENT': f'''PATH="$NEW_PATH{os.pathsep}$PATH''',
})