mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix failing test (#880)
This commit is contained in:
parent
d47eeccca8
commit
d6fa628e11
1 changed files with 4 additions and 0 deletions
|
@ -2776,6 +2776,8 @@ fn trailing_slash() -> Result<()> {
|
|||
.arg(cache_dir.path())
|
||||
.arg("--index-url")
|
||||
.arg("https://test.pypi.org/simple")
|
||||
.arg("--exclude-newer")
|
||||
.arg(EXCLUDE_NEWER)
|
||||
.env("VIRTUAL_ENV", venv.as_os_str())
|
||||
.current_dir(&temp_dir), @r###"
|
||||
success: true
|
||||
|
@ -2802,6 +2804,8 @@ fn trailing_slash() -> Result<()> {
|
|||
.arg(cache_dir.path())
|
||||
.arg("--index-url")
|
||||
.arg("https://test.pypi.org/simple/")
|
||||
.arg("--exclude-newer")
|
||||
.arg(EXCLUDE_NEWER)
|
||||
.env("VIRTUAL_ENV", venv.as_os_str())
|
||||
.current_dir(&temp_dir), @r###"
|
||||
success: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue