Skip to content

Commit 5eb7b2d

Browse files
committed
Updated expected test output.
1 parent 7db9917 commit 5eb7b2d

9 files changed

+15
-15
lines changed

tests/test_cli/test_show_/test_requirements_3_6_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repo_helper==2020.12.18
6060
│ │ ├── setuptools
6161
│ │ └── six>=1.11.0
6262
│ ├── ruamel-yaml>=0.16.12
63-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
63+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
6464
│ ├── typing-extensions>=3.7.4.3
6565
│ └── typing-inspect>=0.6.0
6666
│ ├── mypy-extensions>=0.3.0
@@ -145,7 +145,7 @@ repo_helper==2020.12.18
145145
│ ├── idna<3,>=2.5
146146
│ └── urllib3<1.27,>=1.21.1
147147
├── ruamel-yaml>=0.16.12
148-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
148+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
149149
├── shippinglabel>=0.8.2
150150
│ ├── apeye>=0.7.0
151151
│ │ ├── appdirs>=1.4.4

tests/test_cli/test_show_/test_requirements_3_7_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repo_helper==2020.12.18
5656
│ │ ├── setuptools
5757
│ │ └── six>=1.11.0
5858
│ ├── ruamel-yaml>=0.16.12
59-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
59+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
6060
│ ├── typing-extensions>=3.7.4.3
6161
│ └── typing-inspect>=0.6.0
6262
│ ├── mypy-extensions>=0.3.0
@@ -131,7 +131,7 @@ repo_helper==2020.12.18
131131
│ ├── idna<3,>=2.5
132132
│ └── urllib3<1.27,>=1.21.1
133133
├── ruamel-yaml>=0.16.12
134-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
134+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
135135
├── shippinglabel>=0.8.2
136136
│ ├── apeye>=0.7.0
137137
│ │ ├── appdirs>=1.4.4

tests/test_cli/test_show_/test_requirements_3_8_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repo_helper==2020.12.18
5151
│ │ ├── setuptools
5252
│ │ └── six>=1.11.0
5353
│ ├── ruamel-yaml>=0.16.12
54-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
54+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
5555
│ ├── typing-extensions>=3.7.4.3
5656
│ └── typing-inspect>=0.6.0
5757
│ ├── mypy-extensions>=0.3.0
@@ -117,7 +117,7 @@ repo_helper==2020.12.18
117117
│ ├── idna<3,>=2.5
118118
│ └── urllib3<1.27,>=1.21.1
119119
├── ruamel-yaml>=0.16.12
120-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
120+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
121121
├── shippinglabel>=0.8.2
122122
│ ├── apeye>=0.7.0
123123
│ │ ├── appdirs>=1.4.4

tests/test_cli/test_show_/test_requirements_concise_3_6_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repo_helper==2020.12.18
4646
├── requests>=2.25.1
4747
├── requests-file>=1.4
4848
├── ruamel-yaml>=0.16.12
49-
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
49+
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
5050
├── setuptools
5151
├── shippinglabel>=0.8.2
5252
├── six<2,>=1.11.0

tests/test_cli/test_show_/test_requirements_concise_3_7_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repo_helper==2020.12.18
4545
├── requests>=2.25.1
4646
├── requests-file>=1.4
4747
├── ruamel-yaml>=0.16.12
48-
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
48+
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
4949
├── setuptools
5050
├── shippinglabel>=0.8.2
5151
├── six<2,>=1.11.0

tests/test_cli/test_show_/test_requirements_concise_3_8_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repo_helper==2020.12.18
4343
├── requests>=2.25.1
4444
├── requests-file>=1.4
4545
├── ruamel-yaml>=0.16.12
46-
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
46+
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
4747
├── setuptools
4848
├── shippinglabel>=0.8.2
4949
├── six<2,>=1.11.0

tests/test_cli/test_show_/test_requirements_no_pager_3_6_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repo_helper==2020.12.18
6060
│ │ ├── setuptools
6161
│ │ └── six>=1.11.0
6262
│ ├── ruamel-yaml>=0.16.12
63-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
63+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
6464
│ ├── typing-extensions>=3.7.4.3
6565
│ └── typing-inspect>=0.6.0
6666
│ ├── mypy-extensions>=0.3.0
@@ -145,7 +145,7 @@ repo_helper==2020.12.18
145145
│ ├── idna<3,>=2.5
146146
│ └── urllib3<1.27,>=1.21.1
147147
├── ruamel-yaml>=0.16.12
148-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
148+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
149149
├── shippinglabel>=0.8.2
150150
│ ├── apeye>=0.7.0
151151
│ │ ├── appdirs>=1.4.4

tests/test_cli/test_show_/test_requirements_no_pager_3_7_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repo_helper==2020.12.18
5656
│ │ ├── setuptools
5757
│ │ └── six>=1.11.0
5858
│ ├── ruamel-yaml>=0.16.12
59-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
59+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
6060
│ ├── typing-extensions>=3.7.4.3
6161
│ └── typing-inspect>=0.6.0
6262
│ ├── mypy-extensions>=0.3.0
@@ -131,7 +131,7 @@ repo_helper==2020.12.18
131131
│ ├── idna<3,>=2.5
132132
│ └── urllib3<1.27,>=1.21.1
133133
├── ruamel-yaml>=0.16.12
134-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
134+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
135135
├── shippinglabel>=0.8.2
136136
│ ├── apeye>=0.7.0
137137
│ │ ├── appdirs>=1.4.4

tests/test_cli/test_show_/test_requirements_no_pager_3_8_.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repo_helper==2020.12.18
5151
│ │ ├── setuptools
5252
│ │ └── six>=1.11.0
5353
│ ├── ruamel-yaml>=0.16.12
54-
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
54+
│ │ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
5555
│ ├── typing-extensions>=3.7.4.3
5656
│ └── typing-inspect>=0.6.0
5757
│ ├── mypy-extensions>=0.3.0
@@ -117,7 +117,7 @@ repo_helper==2020.12.18
117117
│ ├── idna<3,>=2.5
118118
│ └── urllib3<1.27,>=1.21.1
119119
├── ruamel-yaml>=0.16.12
120-
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9"
120+
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
121121
├── shippinglabel>=0.8.2
122122
│ ├── apeye>=0.7.0
123123
│ │ ├── appdirs>=1.4.4

0 commit comments

Comments
 (0)