[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-04-19 15:52:06 +01:00
committed by Paul McCarthy
parent 945d4f6635
commit 30627ae04f
+2 -5
View File
@@ -69,11 +69,8 @@ def test_allow_empty(tmp_path, build_frontend_env):
# without error
actual_wheels = utils.cibuildwheel_run(
project_dir,
add_env={
"CIBW_BUILD": "BUILD_NOTHING_AT_ALL",
**build_frontend_env
},
add_args=["--allow-empty"]
add_env={"CIBW_BUILD": "BUILD_NOTHING_AT_ALL", **build_frontend_env},
add_args=["--allow-empty"],
)
# check that nothing was built