Author: David Spickett Date: 2024-06-03T18:25:05+01:00 New Revision: 0232e2b15b8d3b2653f069a5683ccd29a5d29caf
URL: https://github.com/llvm/llvm-project/commit/0232e2b15b8d3b2653f069a5683ccd29a5d29caf DIFF: https://github.com/llvm/llvm-project/commit/0232e2b15b8d3b2653f069a5683ccd29a5d29caf.diff LOG: [lldb] Add Python requirements.txt for test suite (#94220) This means that CI won't have to hardcode these. Added: lldb/test/requirements.txt Modified: Removed: ################################################################################ diff --git a/lldb/test/requirements.txt b/lldb/test/requirements.txt new file mode 100644 index 0000000000000..83fbe6a5e1b97 --- /dev/null +++ b/lldb/test/requirements.txt @@ -0,0 +1,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' _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits