Simplify pip tree tests to improve performance (#8677)
## 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 https://github.com/astral-sh/uv/issues/8674.
This commit is contained in:
@@ -166,6 +166,7 @@ impl DisplayDependencyGraph {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Self {
|
||||
packages,
|
||||
depth,
|
||||
|
||||
+267
-839
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user