fixup! import sys

I always forget that's not a builtin.
This commit is contained in:
Fabian Boehm
2025-02-21 17:54:18 +01:00
parent 1835f141eb
commit 3688dd01ba

View File

@@ -2,6 +2,7 @@
from pexpect_helper import SpawnedProc
from time import sleep
import os
import sys
# Disable under CI - keeps failing because the timing is too tight
if "CI" in os.environ: