test: build_frontend_env fixture not required for --allow-empy test. Small

style tweak
This commit is contained in:
Paul McCarthy
2022-04-19 16:02:23 +01:00
parent baf3ead650
commit abedb68783
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ def cibuildwheel_run(
"--output-dir",
str(output_dir or tmp_output_dir),
str(package_dir),
]
+ add_args,
*add_args,
],
env=env,
cwd=project_path,
check=True,