Skip to content

Commit 77ec612

Browse files
committed
Add typing-extensions==4.15.0 to pip-curation test for hyphen testing
1 parent 953c56a commit 77ec612

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

commands/curation/curationaudit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ func getPythonNameVersion(id string, downloadUrlsMap map[string]string) (downloa
966966
if dl, ok := downloadUrlsMap[normalizedId]; ok {
967967
downloadUrls = []string{dl}
968968
} else {
969-
log.Debug(fmt.Sprintf("couldn't find download url for node id %s in report.json", id))
969+
log.Warn(fmt.Sprintf("couldn't find download url for node id %s in report.json", id))
970970
}
971971
} else {
972972
log.Debug(fmt.Sprintf("Package %s has unexpected format", id))
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pexpect==4.8.0
1+
pexpect==4.8.0
2+
typing-extensions==4.15.0

0 commit comments

Comments
 (0)