Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/main
/
.
/
lldb
/
test
/
requirements.txt
blob: 708f2327a6a049a61def1d84b0ce61e38bac7e78 [
file
] [
log
] [
blame
] [
edit
]
# 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