Skip to content

Commit

Permalink
fix: snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 25, 2024
1 parent 3374345 commit b0ca42c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: crates/rattler_conda_types/src/repo_data/mod.rs
assertion_line: 538
expression: file_urls
---
- channels/dummy/linux-64/issue_717-2.1-bla_1.tar.bz2
Expand All @@ -14,6 +15,7 @@ expression: file_urls
- channels/dummy/linux-64/foo-3.0.2-py36h1af98f8_2.conda
- channels/dummy/linux-64/bors-1.0-bla_1.tar.bz2
- channels/dummy/linux-64/bors-1.1-bla_1.tar.bz2
- channels/dummy/linux-64/foobar-2.1-bla_1.tar.bz2
- channels/dummy/linux-64/baz-2.0-unix_py36h1af98f8_2.tar.bz2
- channels/dummy/linux-64/foobar-2.1-bla_1.tar.bz2
- channels/dummy/linux-64/cuda-version-12.5-hd4f0392_3.conda
- channels/dummy/linux-64/bors-2.0-bla_1.tar.bz2
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: crates/rattler_conda_types/src/repo_data/mod.rs
assertion_line: 497
expression: json
---
{
Expand Down Expand Up @@ -124,6 +125,23 @@ expression: json
"timestamp": 1715610974,
"version": "2.1"
},
"cuda-version-12.5-hd4f0392_3.conda": {
"build": "hd4f0392_3",
"build_number": 3,
"constrains": [
"__cuda >=12.1"
],
"depends": [],
"license": "LicenseRef-NVIDIA-End-User-License-Agreement",
"license_family": "LicenseRef-NVIDIA-End-User-License-Agreement",
"md5": "6ae1a563a4aa61e55e8ae8260f0d021b",
"name": "cuda-version",
"sha256": "e45a5d14909296abd0784a073da9ee5c420fa58671fbc999f8a9ec898cf3486b",
"size": 21151,
"subdir": "noarch",
"timestamp": 1716314536803,
"version": "12.5"
},
"foo-3.0.2-py36h1af98f8_1.conda": {
"build": "py36h1af98f8_1",
"build_number": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: crates/rattler_conda_types/src/repo_data/mod.rs
assertion_line: 493
expression: repodata
---
info:
Expand Down Expand Up @@ -112,6 +113,21 @@ packages:
subdir: linux-64
timestamp: 1715610974
version: "2.1"
cuda-version-12.5-hd4f0392_3.conda:
build: hd4f0392_3
build_number: 3
constrains:
- __cuda >=12.1
depends: []
license: LicenseRef-NVIDIA-End-User-License-Agreement
license_family: LicenseRef-NVIDIA-End-User-License-Agreement
md5: 6ae1a563a4aa61e55e8ae8260f0d021b
name: cuda-version
sha256: e45a5d14909296abd0784a073da9ee5c420fa58671fbc999f8a9ec898cf3486b
size: 21151
subdir: noarch
timestamp: 1716314536803
version: "12.5"
foo-3.0.2-py36h1af98f8_1.conda:
build: py36h1af98f8_1
build_number: 1
Expand Down

0 comments on commit b0ca42c

Please sign in to comment.