Skip to content

Commit 5da78c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 73c5b96 commit 5da78c3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/test_0_basic.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ def test_allow_empty(tmp_path, build_frontend_env):
6969
# without error
7070
actual_wheels = utils.cibuildwheel_run(
7171
project_dir,
72-
add_env={
73-
"CIBW_BUILD": "BUILD_NOTHING_AT_ALL",
74-
**build_frontend_env
75-
},
76-
add_args=["--allow-empty"]
72+
add_env={"CIBW_BUILD": "BUILD_NOTHING_AT_ALL", **build_frontend_env},
73+
add_args=["--allow-empty"],
7774
)
7875

7976
# check that nothing was built

0 commit comments

Comments
 (0)