Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
requirements.txt
blob: 708f2327a6a049a61def1d84b0ce61e38bac7e78 [
file
]
# These Python packages are required to be able to run the LLDB test suite.
psutil>=5.9.4
# Pexpect tests are known not to work on Windows, so are disabled.
# See llvm.org/pr22274.
pexpect>=4.9.0; sys_platform != 'win32'
packaging