Skip to content

Commit b8a8e1f

Browse files
committed
Add more versions
1 parent 6562100 commit b8a8e1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/uv/tests/it/pip_install_scenarios.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,10 @@ fn transitive_incompatible_with_transitive() {
12761276
/// │ └── python3.8
12771277
/// ├── root
12781278
/// │ └── requires a>=1.2.3
1279+
/// │ ├── satisfied by a-1.2.3+bar
12791280
/// │ └── satisfied by a-1.2.3+foo
12801281
/// └── a
1282+
/// ├── a-1.2.3+bar
12811283
/// └── a-1.2.3+foo
12821284
/// ```
12831285
#[test]
@@ -1354,8 +1356,10 @@ fn local_greater_than() {
13541356
/// │ └── python3.8
13551357
/// ├── root
13561358
/// │ └── requires a<=1.2.3
1359+
/// │ ├── satisfied by a-1.2.3+bar
13571360
/// │ └── satisfied by a-1.2.3+foo
13581361
/// └── a
1362+
/// ├── a-1.2.3+bar
13591363
/// └── a-1.2.3+foo
13601364
/// ```
13611365
#[test]
@@ -1523,8 +1527,10 @@ fn local_not_used_with_sdist() {
15231527
/// │ └── python3.8
15241528
/// ├── root
15251529
/// │ └── requires a==1.2.3
1530+
/// │ ├── satisfied by a-1.2.3+bar
15261531
/// │ └── satisfied by a-1.2.3+foo
15271532
/// └── a
1533+
/// ├── a-1.2.3+bar
15281534
/// └── a-1.2.3+foo
15291535
/// ```
15301536
#[test]
@@ -1962,8 +1968,10 @@ fn local_transitive_less_than() {
19621968
/// ├── a
19631969
/// │ └── a-1.0.0
19641970
/// │ └── requires b==2.0.0
1971+
/// │ ├── satisfied by b-2.0.0+bar
19651972
/// │ └── satisfied by b-2.0.0+foo
19661973
/// └── b
1974+
/// ├── b-2.0.0+bar
19671975
/// └── b-2.0.0+foo
19681976
/// ```
19691977
#[test]

0 commit comments

Comments
 (0)