mirror of https://github.com/astral-sh/uv
Fix failing install_extra_index_url_has_priority test (#2335)
`install_extra_index_url_has_priority` started failing because `packaging` had a new release. I'm not sure if this preserves the index order check as intended, but it does unblock CI.
This commit is contained in:
parent
6dcd00e031
commit
73b30ba8ed
|
|
@ -855,7 +855,9 @@ fn install_extra_index_url_has_priority() {
|
|||
// find it, but then not find a compatible version. After
|
||||
// the fix, `uv` will check pypi.org first since it is given
|
||||
// priority via --extra-index-url.
|
||||
.arg("black==24.2.0"), @r###"
|
||||
.arg("black==24.2.0")
|
||||
.arg("--exclude-newer")
|
||||
.arg("2024-03-09"), @r###"
|
||||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
|
|
|
|||
Loading…
Reference in New Issue