llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: David Spickett (DavidSpickett) <details> <summary>Changes</summary> To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed. --- Full diff: https://github.com/llvm/llvm-project/pull/95806.diff 1 Files Affected: - (modified) lldb/test/requirements.txt (+1) ``````````diff diff --git a/lldb/test/requirements.txt b/lldb/test/requirements.txt index 83fbe6a5e1b97..708f2327a6a04 100644 --- a/lldb/test/requirements.txt +++ b/lldb/test/requirements.txt @@ -4,3 +4,4 @@ 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 `````````` </details> https://github.com/llvm/llvm-project/pull/95806 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits