[Lldb-commits] [lldb] [lldb] Add packaging to testing requirements.txt (PR #95806)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 17 08:46:36 PDT 2024
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
More information about the lldb-commits
mailing list