mirror of https://github.com/astral-sh/uv
parent
c30a314e0e
commit
f886d08094
|
|
@ -189,15 +189,14 @@ fn built_by_uv_editable() -> Result<()> {
|
||||||
uv_snapshot!(Command::new(context.interpreter())
|
uv_snapshot!(Command::new(context.interpreter())
|
||||||
.arg("-m")
|
.arg("-m")
|
||||||
.arg("pytest")
|
.arg("pytest")
|
||||||
// Avoid showing absolute paths
|
// Avoid showing absolute paths and column dependent layout
|
||||||
.arg("--no-header")
|
|
||||||
// Otherwise, the header has a different length on windows
|
|
||||||
.arg("--quiet")
|
.arg("--quiet")
|
||||||
|
.arg("--capture=no")
|
||||||
.current_dir(built_by_uv), @r###"
|
.current_dir(built_by_uv), @r###"
|
||||||
success: true
|
success: true
|
||||||
exit_code: 0
|
exit_code: 0
|
||||||
----- stdout -----
|
----- stdout -----
|
||||||
.. [100%]
|
..
|
||||||
2 passed in [TIME]
|
2 passed in [TIME]
|
||||||
|
|
||||||
----- stderr -----
|
----- stderr -----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue