Skip to content

Commit 0232e2b

Browse files
[lldb] Add Python requirements.txt for test suite (#94220)
This means that CI won't have to hardcode these.
1 parent cb7690a commit 0232e2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lldb/test/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These Python packages are required to be able to run the LLDB test suite.
2+
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'

0 commit comments

Comments
 (0)