[Lldb-commits] [lldb] [lldb] Add Python requirements.txt for test suite (PR #94220)
Vlad Serebrennikov via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 3 06:59:12 PDT 2024
Endilll wrote:
> I've not been able to find what versioning scheme these 2 packages use, so I'm not sure what versions to put here if any.
>
> Currently Linaro has: psutil==5.9.4 on Windows psutil == 5.9.8 on Linux pexpect==4.9.0 on Linux
>
> I don't think it needs to be `==`, but maybe pinning to a version that won't break API? If the projects have such a thing of course.
>
> This is initially for Github CI, so we could just use the Linux versions.
I think you can list them as minimal required versions for now.
https://github.com/llvm/llvm-project/pull/94220
More information about the lldb-commits
mailing list