[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Paul McCarthy
parent
945d4f6635
commit
30627ae04f
@@ -69,11 +69,8 @@ def test_allow_empty(tmp_path, build_frontend_env):
|
|||||||
# without error
|
# without error
|
||||||
actual_wheels = utils.cibuildwheel_run(
|
actual_wheels = utils.cibuildwheel_run(
|
||||||
project_dir,
|
project_dir,
|
||||||
add_env={
|
add_env={"CIBW_BUILD": "BUILD_NOTHING_AT_ALL", **build_frontend_env},
|
||||||
"CIBW_BUILD": "BUILD_NOTHING_AT_ALL",
|
add_args=["--allow-empty"],
|
||||||
**build_frontend_env
|
|
||||||
},
|
|
||||||
add_args=["--allow-empty"]
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# check that nothing was built
|
# check that nothing was built
|
||||||
|
|||||||
Reference in New Issue
Block a user