Skip to content

Commit d648cc5

Browse files
committed
Update expected test output.
1 parent d767fbd commit d648cc5

24 files changed

+24
-24
lines changed

tests/test_cli/test_show_/test_requirements_3_6_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,5 @@ repo_helper==2020.12.18
324324
│ └── importlib-metadata>=1.5.0; python_version < "3.8"
325325
│ ├── zipp>=0.5
326326
│ └── typing-extensions>=3.6.4; python_version < "3.8"
327-
├── isort==5.5.2
327+
├── isort<=5.6.4,>=5.5.2
328328
└── yapf==0.30.0

tests/test_cli/test_show_/test_requirements_3_7_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,5 @@ repo_helper==2020.12.18
298298
│ └── importlib-metadata>=1.5.0; python_version < "3.8"
299299
│ ├── zipp>=0.5
300300
│ └── typing-extensions>=3.6.4; python_version < "3.8"
301-
├── isort==5.5.2
301+
├── isort<=5.6.4,>=5.5.2
302302
└── yapf==0.30.0

tests/test_cli/test_show_/test_requirements_3_8_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ repo_helper==2020.12.18
255255
│ ├── natsort>=7.1.0
256256
│ ├── pydash>=4.7.4
257257
│ └── typing-extensions>=3.7.4.3
258-
├── isort==5.5.2
258+
├── isort<=5.6.4,>=5.5.2
259259
└── yapf==0.30.0

tests/test_cli/test_show_/test_requirements_3_9__.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@ repo_helper==2020.12.18
254254
│ ├── natsort>=7.1.0
255255
│ ├── pydash>=4.7.4
256256
│ └── typing-extensions>=3.7.4.3
257-
├── isort==5.5.2
257+
├── isort<=5.6.4,>=5.5.2
258258
└── yapf==0.30.0

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
@@ -24,7 +24,7 @@ repo_helper==2020.12.18
2424
├── idna<3,==2.10,>=2.5
2525
├── importlib-metadata>=1.5.0; python_version < "3.8"
2626
├── importlib-resources>=3.0.0; python_version < "3.7"
27-
├── isort==5.5.2
27+
├── isort<=5.6.4,>=5.5.2
2828
├── jinja2>=2.11.2
2929
├── jsonschema>=3.2.0
3030
├── lockfile>=0.12.2

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
@@ -23,7 +23,7 @@ repo_helper==2020.12.18
2323
├── identify>=1.0.0
2424
├── idna<3,==2.10,>=2.5
2525
├── importlib-metadata>=1.5.0; python_version < "3.8"
26-
├── isort==5.5.2
26+
├── isort<=5.6.4,>=5.5.2
2727
├── jinja2>=2.11.2
2828
├── jsonschema>=3.2.0
2929
├── lockfile>=0.12.2

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
@@ -22,7 +22,7 @@ repo_helper==2020.12.18
2222
├── filelock<4,>=3.0.12
2323
├── identify>=1.0.0
2424
├── idna<3,==2.10,>=2.5
25-
├── isort==5.5.2
25+
├── isort<=5.6.4,>=5.5.2
2626
├── jinja2>=2.11.2
2727
├── jsonschema>=3.2.0
2828
├── lockfile>=0.12.2

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
@@ -22,7 +22,7 @@ repo_helper==2020.12.18
2222
├── filelock<4,>=3.0.12
2323
├── identify>=1.0.0
2424
├── idna<3,==2.10,>=2.5
25-
├── isort==5.5.2
25+
├── isort<=5.6.4,>=5.5.2
2626
├── jinja2>=2.11.2
2727
├── jsonschema>=3.2.0
2828
├── lockfile>=0.12.2

tests/test_cli/test_show_/test_requirements_no_pager_3_6_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,5 @@ repo_helper==2020.12.18
324324
│ └── importlib-metadata>=1.5.0; python_version < "3.8"
325325
│ ├── zipp>=0.5
326326
│ └── typing-extensions>=3.6.4; python_version < "3.8"
327-
├── isort==5.5.2
327+
├── isort<=5.6.4,>=5.5.2
328328
└── yapf==0.30.0

tests/test_cli/test_show_/test_requirements_no_pager_3_7_.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,5 @@ repo_helper==2020.12.18
298298
│ └── importlib-metadata>=1.5.0; python_version < "3.8"
299299
│ ├── zipp>=0.5
300300
│ └── typing-extensions>=3.6.4; python_version < "3.8"
301-
├── isort==5.5.2
301+
├── isort<=5.6.4,>=5.5.2
302302
└── yapf==0.30.0

0 commit comments

Comments
 (0)