File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments