pull: allow pulling from ppa
CI / build (push) Successful in 15m54s
CI / snap (push) Successful in 3m19s

This commit is contained in:
2026-01-29 17:11:01 +01:00
parent af73c14674
commit 225157be63
5 changed files with 68 additions and 16 deletions
+1 -1
View File
@@ -590,7 +590,7 @@ mod tests {
let cwd = temp_dir.path();
// Main 'pull' command: the one we want to test
let info = crate::package_info::lookup(package, None, series, "", dist, None)
let info = crate::package_info::lookup(package, None, series, "", dist, None, None)
.await
.unwrap();
pull(&info, Some(cwd), None, archive.unwrap_or(false))