mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
.
This commit is contained in:
parent
0afa98c1c6
commit
0fa6dce00e
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ fn build_sdist() -> Result<()> {
|
|||
let filters = context
|
||||
.filters()
|
||||
.into_iter()
|
||||
.chain([(r"exit code: 1", "exit status: 1"), (r"\\\.", "")])
|
||||
.chain([(r"exit code: ", "exit status: "), (r"\\\.", "")])
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let project = context.temp_dir.child("project");
|
||||
|
@ -2025,7 +2025,7 @@ fn force_pep517() -> Result<()> {
|
|||
let filters = context
|
||||
.filters()
|
||||
.into_iter()
|
||||
.chain([(r"exit code: 1", "exit status: 1"), (r"\\\.", "")])
|
||||
.chain([(r"exit code: 1", "exit status: 1")])
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
uv_snapshot!(filters, context.build().arg("--force-pep517").env("RUST_BACKTRACE", "0"), @r"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue