[Lldb-commits] [lldb] [lldb] Add packaging to testing requirements.txt (PR #95806)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 17 09:14:04 PDT 2024


https://github.com/DavidSpickett updated https://github.com/llvm/llvm-project/pull/95806

>From 5f50abb6d5f36a35b206b673f10a88635ba54a43 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Mon, 17 Jun 2024 15:44:16 +0000
Subject: [PATCH] [lldb] Add packaging to testing requirements.txt

To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed.
---
 lldb/test/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lldb-commits mailing list