Skip to content

Commit

Permalink
Simplify pip tree tests to improve performance (#8677)
Browse files Browse the repository at this point in the history
## Summary

These use really heavy test packages, like SciPy, NumPy, scikit-learn --
and packages with large dependency trees, like packse.

I removed a few redundant tests, and replaced the tests with smaller
packages.

Closes #8674.
  • Loading branch information
charliermarsh authored Oct 29, 2024
1 parent ab00a82 commit f903cd2
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 835 deletions.
1 change: 1 addition & 0 deletions crates/uv/src/commands/pip/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ impl DisplayDependencyGraph {
}
}
}

Self {
packages,
depth,
Expand Down
Loading

0 comments on commit f903cd2

Please sign in to comment.