This commit is contained in:
Kovid Goyal 2026-07-29 09:23:28 +05:30
parent de8c3a78a5
commit 447a052ee2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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