From 447a052ee2bc9e4a2e8da584516ebb3bda772082 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Jul 2026 09:23:28 +0530 Subject: [PATCH] ... --- kitty_tests/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/main.py b/kitty_tests/main.py index f5116ce30..ad0c0ef77 100644 --- a/kitty_tests/main.py +++ b/kitty_tests/main.py @@ -305,8 +305,8 @@ def env_for_python_tests(report_env: bool = False) -> Iterator[None]: path = os.pathsep.join(x for x in paths if not x.startswith(current_home)) launcher_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'kitty', 'launcher') path = f'{launcher_dir}{os.pathsep}{path}' - print('Running under CI:', is_ci) if report_env: + print('Running under CI:', is_ci) print('Using PATH in test environment:', path) from kitty.fast_data_types import has_avx2, has_sse4_2