Author: David Spickett Date: 2024-06-17T17:14:06+01:00 New Revision: 13c66388db650d7766b5eb63c09ef84bb5c9e9b8
URL: https://github.com/llvm/llvm-project/commit/13c66388db650d7766b5eb63c09ef84bb5c9e9b8 DIFF: https://github.com/llvm/llvm-project/commit/13c66388db650d7766b5eb63c09ef84bb5c9e9b8.diff LOG: [lldb] Add packaging to testing requirements.txt (#95806) To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed. Added: Modified: lldb/test/requirements.txt Removed: ################################################################################ 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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits