From ae4915d4d3dcc8344c46cc0f6351276be48076a5 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 17 Jan 2024 15:36:58 +0000 Subject: [PATCH] Fix reference file for Python 3.6 on Windows --- tests/test_cli/test_show_windows_/test_requirements_3_6_.tree | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cli/test_show_windows_/test_requirements_3_6_.tree b/tests/test_cli/test_show_windows_/test_requirements_3_6_.tree index 885f5e38..5039f713 100644 --- a/tests/test_cli/test_show_windows_/test_requirements_3_6_.tree +++ b/tests/test_cli/test_show_windows_/test_requirements_3_6_.tree @@ -51,6 +51,7 @@ repo_helper==2020.12.18 │ └── typing-extensions>=3.7.4 ├── consolekit>=1.2.2 │ ├── click>=7.1.2 +│ ├── colorama>=0.4.3; python_version < "3.10" and platform_system == "Windows" │ ├── deprecation-alias>=0.1.1 │ │ ├── deprecation>=2.1.0 │ │ │ └── packaging @@ -1321,6 +1322,7 @@ repo_helper==2020.12.18 ├── click>=7.1.2 ├── consolekit>=1.0.0 │ ├── click>=7.1.2 + │ ├── colorama>=0.4.3; python_version < "3.10" and platform_system == "Windows" │ ├── deprecation-alias>=0.1.1 │ │ ├── deprecation>=2.1.0 │ │ │ └── packaging @@ -1359,5 +1361,6 @@ repo_helper==2020.12.18 ├── prettyprinter>=0.18.0 │ ├── Pygments>=2.2.0 │ └── colorful>=0.4.0 + │ │ └── colorama; platform_system == "Windows" ├── typing-extensions>=3.7.4.3 └── yapf>=0.30.0