From 13c66388db650d7766b5eb63c09ef84bb5c9e9b8 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 17 Jun 2024 17:14:06 +0100 Subject: [lldb] Add packaging to testing requirements.txt (#95806) To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed. --- lldb/test/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb') diff --git a/lldb/test/requirements.txt b/lldb/test/requirements.txt index 83fbe6a..708f232 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 -- cgit v1.1