Skip to content

Commit

Permalink
(chore) reduce cibuildwheel verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Jul 22, 2024
1 parent 0a28bf4 commit 3b56c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ archs = ["auto64"]
skip = ["pp*", "*-musllinux_*"]
test-command = "pytest {package}/tests"
test-requires = ["pytest==8.2.2"]
build-verbosity = 3
build-verbosity = 2

[tool.cibuildwheel.linux]
environment-pass = ["CI"]
Expand Down

0 comments on commit 3b56c31

Please sign in to comment.