Skip to content

Commit bfa0860

Browse files
committed
Updated expected test output
1 parent 2e32f66 commit bfa0860

15 files changed

+5
-55
lines changed

tests/test_cli/test_show_/test_requirements_3_10__.tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ repo_helper==2020.12.18
100100
│ ├── distlib<1,>=0.3.1
101101
│ ├── filelock<4,>=3.0.0
102102
│ └── six<2,>=1.9.0
103-
├── requests>=2.25.1
104-
│ ├── certifi>=2017.4.17
105-
│ ├── chardet<5,>=3.0.2
106-
│ ├── idna<3,>=2.5
107-
│ └── urllib3<1.27,>=1.21.1
108103
├── ruamel-yaml>=0.16.12
109104
├── shippinglabel>=0.8.2
110105
│ ├── apeye>=0.7.0

tests/test_cli/test_show_/test_requirements_3_6_.tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ repo_helper==2020.12.18
140140
│ ├── importlib-resources>=1.0; python_version < "3.7"
141141
│ │ └── zipp>=0.4; python_version < "3.8"
142142
│ └── six<2,>=1.9.0
143-
├── requests>=2.25.1
144-
│ ├── certifi>=2017.4.17
145-
│ ├── chardet<5,>=3.0.2
146-
│ ├── idna<3,>=2.5
147-
│ └── urllib3<1.27,>=1.21.1
148143
├── ruamel-yaml>=0.16.12
149144
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
150145
├── shippinglabel>=0.8.2

tests/test_cli/test_show_/test_requirements_3_7_.tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ repo_helper==2020.12.18
126126
│ │ ├── typing-extensions>=3.6.4; python_version < "3.8"
127127
│ │ └── zipp>=0.5
128128
│ └── six<2,>=1.9.0
129-
├── requests>=2.25.1
130-
│ ├── certifi>=2017.4.17
131-
│ ├── chardet<5,>=3.0.2
132-
│ ├── idna<3,>=2.5
133-
│ └── urllib3<1.27,>=1.21.1
134129
├── ruamel-yaml>=0.16.12
135130
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
136131
├── shippinglabel>=0.8.2

tests/test_cli/test_show_/test_requirements_3_8_.tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ repo_helper==2020.12.18
112112
│ ├── distlib<1,>=0.3.1
113113
│ ├── filelock<4,>=3.0.0
114114
│ └── six<2,>=1.9.0
115-
├── requests>=2.25.1
116-
│ ├── certifi>=2017.4.17
117-
│ ├── chardet<5,>=3.0.2
118-
│ ├── idna<3,>=2.5
119-
│ └── urllib3<1.27,>=1.21.1
120115
├── ruamel-yaml>=0.16.12
121116
│ └── ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
122117
├── shippinglabel>=0.8.2

tests/test_cli/test_show_/test_requirements_3_9_.tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ repo_helper==2020.12.18
101101
│ ├── distlib<1,>=0.3.1
102102
│ ├── filelock<4,>=3.0.0
103103
│ └── six<2,>=1.9.0
104-
├── requests>=2.25.1
105-
│ ├── certifi>=2017.4.17
106-
│ ├── chardet<5,>=3.0.2
107-
│ ├── idna<3,>=2.5
108-
│ └── urllib3<1.27,>=1.21.1
109104
├── ruamel-yaml>=0.16.12
110105
├── shippinglabel>=0.8.2
111106
│ ├── apeye>=0.7.0

tests/test_cli/test_show_/test_requirements_concise_3_10__.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repo_helper==2020.12.18
4040
├── pyparsing>=2.0.2
4141
├── pyrsistent>=0.14.0
4242
├── pyyaml>=5.1
43-
├── requests>=2.25.1
43+
├── requests>=2.24.0
4444
├── requests-file>=1.4
4545
├── ruamel-yaml>=0.16.12
4646
├── setuptools

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
@@ -45,7 +45,7 @@ repo_helper==2020.12.18
4545
├── pyparsing>=2.0.2
4646
├── pyrsistent>=0.14.0
4747
├── pyyaml>=5.1
48-
├── requests>=2.25.1
48+
├── requests>=2.24.0
4949
├── requests-file>=1.4
5050
├── ruamel-yaml>=0.16.12
5151
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"

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
@@ -44,7 +44,7 @@ repo_helper==2020.12.18
4444
├── pyparsing>=2.0.2
4545
├── pyrsistent>=0.14.0
4646
├── pyyaml>=5.1
47-
├── requests>=2.25.1
47+
├── requests>=2.24.0
4848
├── requests-file>=1.4
4949
├── ruamel-yaml>=0.16.12
5050
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"

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
@@ -42,7 +42,7 @@ repo_helper==2020.12.18
4242
├── pyparsing>=2.0.2
4343
├── pyrsistent>=0.14.0
4444
├── pyyaml>=5.1
45-
├── requests>=2.25.1
45+
├── requests>=2.24.0
4646
├── requests-file>=1.4
4747
├── ruamel-yaml>=0.16.12
4848
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"

tests/test_cli/test_show_/test_requirements_concise_3_9_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repo_helper==2020.12.18
4141
├── pyparsing>=2.0.2
4242
├── pyrsistent>=0.14.0
4343
├── pyyaml>=5.1
44-
├── requests>=2.25.1
44+
├── requests>=2.24.0
4545
├── requests-file>=1.4
4646
├── ruamel-yaml>=0.16.12
4747
├── setuptools

0 commit comments

Comments
 (0)