aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/requirements.txt
blob: 83fbe6a5e1b97bd02ca3b73b0c7ee023c274a5ff (plain)
1
2
3
4
5
6
# 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'