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:
Charlie Marsh
2024-10-29 14:59:26 -04:00
committed by GitHub
parent ab00a82881
commit f903cd2cce
2 changed files with 268 additions and 839 deletions
+1
View File
@@ -166,6 +166,7 @@ impl DisplayDependencyGraph {
}
}
}
Self {
packages,
depth,
File diff suppressed because it is too large Load Diff