The functional linter test otherwise imports the system pylint 2.12.2.
On my system w/Python 3.12, its wrapt dependency would fail with:
ImportError: cannot import name 'formatargspec' from 'inspect'
Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
---
pythondeps.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pythondeps.toml b/pythondeps.toml
index e4c10d4a9f7..658d0aac368 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -48,3 +48,4 @@ sphinx_rtd_theme = { accepted = ">=1.2.2", installed = "1.2.2" }
# fetched from PyPI.
[functests]
pygdbmi = { accepted = ">=0.11.0.0", installed = "0.11.0.0" }
+pylint = { accepted = ">=3.0.0", installed = "3.0.0" }
--
2.34.1