Skip to content

Commit

Permalink
Backslashes in Windows paths mess with CIBW_ENVIRONMENT string parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Nov 24, 2023
1 parent c2b03ea commit 362a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_overridden_pip_constraint(tmp_path, build_frontend):
add_env={
"CIBW_BUILD": "cp312-*",
"CIBW_BUILD_FRONTEND": build_frontend,
"CIBW_ENVIRONMENT": f"PIP_CONSTRAINT={constraints_file}",
"PIP_CONSTRAINT": constraints_file,
"CIBW_ENVIRONMENT_LINUX": "PIP_CONSTRAINT=./constraints.txt",
},
)
Expand Down

0 comments on commit 362a2d0

Please sign in to comment.