[Lldb-commits] [lldb] [lldb] Add Python cryptography package as new test dependency (PR #192434)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 17 01:49:51 PDT 2026


slydiman wrote:

> Are you aware of https://github.com/llvm/llvm-project/blob/main/lldb/test/requirements.txt ?

It is the right place to add the dependencies for lldb test environment.
But I agree with vvereschaka - don't try to install them automatically by security reason.
Just let all lldb buildbots owners know to manually update the dependencies on the workers.

BTW, I like `@skipUnlessPackageAvailable("cryptography")` in #192274. 
I think we must move `skipUnlessPackageAvailable` implementation to lldb/packages/Python/lldbsuite/test/decorators.py 

https://github.com/llvm/llvm-project/pull/192434


More information about the lldb-commits mailing list