fix: minor cleanup

This commit is contained in:
Henry Schreiner
2022-04-27 14:55:30 -04:00
parent 958a7c32c1
commit b1e8549bb1
4 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ def test_internal_config_file_argument(tmp_path, capfd):
actual_wheels = cibuildwheel_from_sdist_run(
sdist_path,
add_env={"CIBW_BUILD": "cp39-*"},
config_file="{project}/wheel_build_config.toml",
config_file="{package}/wheel_build_config.toml",
)
# check that the expected wheels are produced