Skip to content

Commit cc4e90b

Browse files
committed
fix: update snapshot
1 parent 0fe4074 commit cc4e90b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
---
22
source: crates/pixi_command_dispatcher/tests/integration/main.rs
33
expression: output
4+
snapshot_kind: text
45
---
56
Pixi solve (test@[PLATFORM])
67
├── Git Checkout (file://[LOCAL_GIT_REPO]#[GIT_HASH])
78
├── Source metadata (foobar-desktop @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
89
│ ├── Build backend metadata (git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
910
│ │ ├── Git Checkout (file://[LOCAL_GIT_REPO]#[GIT_HASH])
1011
│ │ └── Instantiate backend (pixi-build-rattler-build)
11-
│ │ └── Conda solve #6
12+
│ │ ├── Repodata fetch
13+
│ │ └── Conda solve #7
1214
│ └── Source record (foobar-desktop @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
1315
├── Source metadata (foobar @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
1416
│ └── Source record (foobar @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
15-
└── Conda solve #10
17+
├── Repodata fetch
18+
└── Conda solve #12
1619
Pixi install (test-env)
1720
├── Backend source build (foobar-desktop)
1821
└── Backend source build (foobar)

0 commit comments

Comments
 (0)