Commit 954250e
fix: suppress maturin tracing in Python test CI job
Maturin's _build_wheel parses stdout to find the wheel path, but with
RUST_LOG=info, maturin's pep517 tracing output goes to stdout and gets
parsed as the wheel filename, causing FileNotFoundError.
Adding maturin=warn to RUST_LOG suppresses the info-level log line that
breaks the wheel path detection.
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 457fe6b commit 954250e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments