mirror of https://github.com/astral-sh/uv
Add snapshot test for platform tags (#2482)
Adding ordering test coverage as a preface to fixing https://github.com/astral-sh/uv/issues/2477 (see #2483)
This commit is contained in:
parent
db5898bd67
commit
eac23512f6
|
|
@ -2453,6 +2453,7 @@ dependencies = [
|
|||
name = "platform-tags"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"thiserror",
|
||||
|
|
|
|||
|
|
@ -16,3 +16,6 @@ workspace = true
|
|||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.36.1" }
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue