[X86] Split rr/rm CVT schedules on SNB/HSW/BDW (#117494)
[llvm-project.git] / lldb / test / requirements.txt
blob708f2327a6a049a61def1d84b0ce61e38bac7e78
1 # These Python packages are required to be able to run the LLDB test suite.
3 psutil>=5.9.4
4 # Pexpect tests are known not to work on Windows, so are disabled.
5 # See llvm.org/pr22274.
6 pexpect>=4.9.0; sys_platform != 'win32'
7 packaging