mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Remove TODO around dev dependency edges (#9956)
## Summary I think I fixed this?
This commit is contained in:
parent
5c3dafc1a5
commit
85e17ddfa7
1 changed files with 0 additions and 8 deletions
|
@ -915,14 +915,6 @@ fn report_missing_lower_bounds(
|
|||
// Ignore the root package.
|
||||
continue;
|
||||
};
|
||||
if dist.dev.is_some() {
|
||||
// TODO(konsti): Dev dependencies are modelled incorrectly in the graph. There should
|
||||
// be an edge from root to project-with-dev, just like to project-with-extra, but
|
||||
// currently there is only an edge from project to to project-with-dev that we then
|
||||
// have to drop.
|
||||
continue;
|
||||
}
|
||||
|
||||
if !has_lower_bound(node_index, dist.name(), graph, constraints, overrides) {
|
||||
diagnostics.push(ResolutionDiagnostic::MissingLowerBound {
|
||||
package_name: dist.name().clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue