Update test_environment.py
This commit is contained in:
@@ -65,7 +65,7 @@ def test_overridden_path(tmp_path, capfd):
|
|||||||
(new_path / 'python').touch(mode=0o777)
|
(new_path / 'python').touch(mode=0o777)
|
||||||
|
|
||||||
utils.cibuildwheel_run(project_dir, output_dir=output_dir, add_env={
|
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''',
|
'CIBW_ENVIRONMENT': f'''PATH="$NEW_PATH{os.pathsep}$PATH''',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user