Skip to content

Commit 47805ab

Browse files
committed
fix: update snapshot
1 parent ca5d511 commit 47805ab

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,17 +1,20 @@
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
│ │ └── Instantiate backend (pixi-build-rattler-build)
10-
│ │ └── Conda solve #5
11+
│ │ ├── Repodata fetch
12+
│ │ └── Conda solve #6
1113
│ └── Source record (foobar-desktop @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
1214
├── Source metadata (foobar @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
1315
│ └── Source record (foobar @ git+file://[LOCAL_GIT_REPO]?subdirectory=recipe&rev=[GIT_REF]#[GIT_HASH])
14-
└── Conda solve #9
16+
├── Repodata fetch
17+
└── Conda solve #11
1518
Pixi install (test-env)
1619
├── Backend source build (foobar-desktop)
1720
└── Backend source build (foobar)

0 commit comments

Comments
 (0)