uv/tests: updates snapshots for main
It looks like we had a bad merge where the result caused some test failures. This commit just updates the snapshots to the new reality. I haven't found the root cause of the bad merge yet.
This commit is contained in:
committed by
Andrew Gallant
parent
d17b18ee1e
commit
7dff3d7dfe
@@ -4491,6 +4491,7 @@ fn already_installed_dependent_editable() {
|
||||
|
||||
----- stderr -----
|
||||
Resolved 1 package in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- first-local==0.1.0 (from file://[WORKSPACE]/scripts/packages/dependent_locals/first_local)
|
||||
@@ -4589,6 +4590,7 @@ fn already_installed_local_path_dependent() {
|
||||
|
||||
----- stderr -----
|
||||
Resolved 2 packages in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- first-local==0.1.0 (from file://[WORKSPACE]/scripts/packages/dependent_locals/first_local)
|
||||
@@ -4718,6 +4720,7 @@ fn already_installed_local_version_of_remote_package() {
|
||||
|
||||
----- stderr -----
|
||||
Resolved 1 package in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- anyio==4.3.0+foo (from file://[WORKSPACE]/scripts/packages/anyio_local)
|
||||
|
||||
@@ -2261,6 +2261,7 @@ fn sync_editable() -> Result<()> {
|
||||
|
||||
----- stderr -----
|
||||
Resolved 3 packages in [TIME]
|
||||
Prepared 1 package in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable)
|
||||
@@ -2311,10 +2312,7 @@ fn sync_editable() -> Result<()> {
|
||||
|
||||
----- stderr -----
|
||||
Resolved 3 packages in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable)
|
||||
+ poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable)
|
||||
Audited 3 packages in [TIME]
|
||||
"###
|
||||
);
|
||||
|
||||
@@ -2363,7 +2361,7 @@ fn sync_editable() -> Result<()> {
|
||||
Prepared 1 package in [TIME]
|
||||
Uninstalled 1 package in [TIME]
|
||||
Installed 1 package in [TIME]
|
||||
- poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable)
|
||||
- poetry-editable==0.1.1 (from file://[TEMP_DIR]/poetry_editable)
|
||||
+ poetry-editable==0.1.1 (from file://[TEMP_DIR]/poetry_editable)
|
||||
"###
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user