We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7690a commit 0232e2bCopy full SHA for 0232e2b
lldb/test/requirements.txt
@@ -0,0 +1,6 @@
1
+# These Python packages are required to be able to run the LLDB test suite.
2
+
3
+psutil>=5.9.4
4
+# Pexpect tests are known not to work on Windows, so are disabled.
5
+# See llvm.org/pr22274.
6
+pexpect>=4.9.0; sys_platform != 'win32'
0 commit comments