Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 14, 2022
1 parent 73c5b96 commit 5da78c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_0_basic.py
Expand Up @@ -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
Expand Down

0 comments on commit 5da78c3

Please sign in to comment.