uv-resolver: update snapshot tests with new Debug repr for Dependency

A `Dependency` now has both "simplified" and "complexified" markers, so
just update the snapshots to match the new reality.
This commit is contained in:
Andrew Gallant
2024-08-21 14:29:40 -04:00
committed by Andrew Gallant
parent a085b01d30
commit 2aeb51eebb
3 changed files with 12 additions and 3 deletions
@@ -129,7 +129,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: python_full_version >= '3.12',
},
],
optional_dependencies: {},
@@ -129,7 +129,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: python_full_version >= '3.12',
},
],
optional_dependencies: {},
@@ -129,7 +129,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: python_full_version >= '3.12',
},
],
optional_dependencies: {},