mirror of https://github.com/astral-sh/uv
This commit is contained in:
parent
39da28deec
commit
e2cc0f2c2c
|
|
@ -12670,10 +12670,6 @@ fn add_package_set_unset_system_keyring_credentials() -> Result<()> {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Resolved 2 packages in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
+ iniconfig==2.0.0
|
||||
"
|
||||
);
|
||||
|
||||
|
|
@ -12685,7 +12681,7 @@ fn add_package_set_unset_system_keyring_credentials() -> Result<()> {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Resolved 5 packages in [TIME]
|
||||
Resolved 4 packages in [TIME]
|
||||
Prepared 3 packages in [TIME]
|
||||
Installed 3 packages in [TIME]
|
||||
+ anyio==4.3.0
|
||||
|
|
@ -12701,12 +12697,11 @@ fn add_package_set_unset_system_keyring_credentials() -> Result<()> {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Resolved 5 packages in [TIME]
|
||||
Prepared 3 packages in [TIME]
|
||||
Installed 3 packages in [TIME]
|
||||
+ anyio==4.3.0
|
||||
+ idna==3.6
|
||||
+ sniffio==1.3.1
|
||||
Resolved 1 package in [TIME]
|
||||
Uninstalled 3 packages in [TIME]
|
||||
- anyio==4.3.0
|
||||
- idna==3.6
|
||||
- sniffio==1.3.1
|
||||
"
|
||||
);
|
||||
|
||||
|
|
@ -12720,10 +12715,6 @@ fn add_package_set_unset_system_keyring_credentials() -> Result<()> {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Resolved 2 packages in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
+ iniconfig==2.0.0
|
||||
"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue