mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Rename Dev to Group internally (#15557)
The "dev" naming is a pre-PEP 735 artifact.
This commit is contained in:
parent
960714d4d6
commit
7d49571336
15 changed files with 125 additions and 113 deletions
|
|
@ -314,7 +314,7 @@ impl Lock {
|
|||
)?;
|
||||
}
|
||||
}
|
||||
if let Some(group) = dist.dev.as_ref() {
|
||||
if let Some(group) = dist.group.as_ref() {
|
||||
let id = PackageId::from_annotated_dist(dist, root)?;
|
||||
let Some(package) = packages.get_mut(&id) else {
|
||||
return Err(LockErrorKind::MissingDevBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue