mirror of https://github.com/astral-sh/uv
Remove remaining snapshot files from resolver test (#698)
This commit is contained in:
parent
3660d8a08e
commit
878bb5c035
|
|
@ -511,7 +511,7 @@ async fn black_disallow_prerelease() -> Result<()> {
|
|||
.await
|
||||
.unwrap_err();
|
||||
|
||||
insta::assert_display_snapshot!(err);
|
||||
insta::assert_display_snapshot!(err, @"Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
@ -531,7 +531,7 @@ async fn black_allow_prerelease_if_necessary() -> Result<()> {
|
|||
.await
|
||||
.unwrap_err();
|
||||
|
||||
insta::assert_display_snapshot!(err);
|
||||
insta::assert_display_snapshot!(err, @"Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
source: crates/puffin-resolver/tests/resolver.rs
|
||||
expression: err
|
||||
---
|
||||
Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
source: crates/puffin-resolver/tests/resolver.rs
|
||||
expression: err
|
||||
---
|
||||
Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.
|
||||
Loading…
Reference in New Issue