Skip to content
/ lxml Public

Commit bfc888d

Browse files
committed
Build: Mak abi3audit error output readable.
1 parent 0f13d9c commit bfc888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ environment.LXML_LIMITED_API = "3.12"
7070
inherit.test-requires = "append"
7171
test-requires = ["abi3audit>=0.0.22"]
7272
inherit.test-command = "append"
73-
test-command = ["abi3audit --strict --report {wheel}"]
73+
test-command = ["abi3audit --strict --verbose {wheel}"]
7474

7575
[tool.cibuildwheel.windows]
7676
archs = ["AMD64", "x86"]

0 commit comments

Comments
 (0)