Fix failing test (#880)

This commit is contained in:
Zanie Blue 2024-01-10 18:41:37 -06:00 committed by GitHub
parent d47eeccca8
commit d6fa628e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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