Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions crates/interpreter/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,13 @@ mod tests {
"pip",
"install",
// N.B.: This commit includes two unreleased fixes:
// + Fixed linux / manylinux tag ordering.
// + Fixed fat32 -> fat3 for macOS abi tags.
// TODO: Revert to just "packaging" (latest) once these fixes are released.
// + Fixed linux / manylinux tag ordering:
// * https://github.com/pypa/packaging/issues/160
// * https://github.com/pypa/packaging/commit/68cdb4d400823b401c1a40969964f509636a8094
// + Fixed fat32 -> fat3 for macOS abi tags:
// * https://github.com/pypa/packaging/pull/1199
// TODO: Revert to just "packaging" (latest) once these fixes are released in
// packaging 26.3.
"packaging @ git+https://github.com/pypa/packaging@45d15309ac4a2411196e800378f2"
])
.spawn()
Expand Down