-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
pixi project add system-requirements
- Loading branch information
1 parent
a343eef
commit 34ffee3
Showing
17 changed files
with
515 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...sts/snapshots/pixi_manifest__manifests__source__test__test_add_environment_pixi.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...napshots/pixi_manifest__manifests__source__test__test_add_environment_pyproject.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...t__manifests__source__test__test_add_family_system_requirement_environment_pixi.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
channels = [] | ||
platforms = [] | ||
|
||
[system-requirements] | ||
libc = { family = "glibc", version = "1.2" } |
13 changes: 13 additions & 0 deletions
13
...nifests__source__test__test_add_family_system_requirement_environment_pyproject.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
[tool.pixi.project] | ||
channels = [] | ||
platforms = [] | ||
|
||
[tool.pixi.system-requirements] | ||
libc = { family = "glibc", version = "1.2" } |
16 changes: 16 additions & 0 deletions
16
...est__manifests__source__test__test_add_full_system_requirement_environment_pixi.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
channels = [] | ||
platforms = [] | ||
|
||
[system-requirements] | ||
linux = "4.18" | ||
cuda = "11.1" | ||
macos = "13.0" | ||
libc = "2.28" | ||
archspec = "x86_64" |
17 changes: 17 additions & 0 deletions
17
...manifests__source__test__test_add_full_system_requirement_environment_pyproject.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
[tool.pixi.project] | ||
channels = [] | ||
platforms = [] | ||
|
||
[tool.pixi.system-requirements] | ||
linux = "4.18" | ||
cuda = "11.1" | ||
macos = "13.0" | ||
libc = "2.28" | ||
archspec = "x86_64" |
16 changes: 16 additions & 0 deletions
16
...manifest__manifests__source__test__test_add_system_requirement_environment_pixi.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
channels = [] | ||
platforms = [] | ||
|
||
[system-requirements] | ||
linux = "4.18" | ||
cuda = "11.1" | ||
macos = "13.0" | ||
libc = { family = "glibc", version = "1.2" } | ||
archspec = "x86_64" |
17 changes: 17 additions & 0 deletions
17
...est__manifests__source__test__test_add_system_requirement_environment_pyproject.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
[tool.pixi.project] | ||
channels = [] | ||
platforms = [] | ||
|
||
[tool.pixi.system-requirements] | ||
linux = "4.18" | ||
cuda = "11.1" | ||
macos = "13.0" | ||
libc = { family = "glibc", version = "1.2" } | ||
archspec = "x86_64" |
6 changes: 6 additions & 0 deletions
6
.../snapshots/pixi_manifest__manifests__source__test__test_remove_environment_pixi.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
channels = [] | ||
platforms = [] | ||
|
||
[environments] | ||
bar = ["default"] |
7 changes: 7 additions & 0 deletions
7
...shots/pixi_manifest__manifests__source__test__test_remove_environment_pyproject.toml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
--- | ||
source: crates/pixi_manifest/src/manifests/source.rs | ||
expression: source.to_string() | ||
snapshot_kind: text | ||
--- | ||
[project] | ||
name = "test" | ||
[tool.pixi.project] | ||
channels = [] | ||
platforms = [] | ||
|
||
[tool.pixi.environments] | ||
bar = ["default"] |
Oops, something went wrong.