From: Brian Cain <[email protected]>

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 <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
---
 pythondeps.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pythondeps.toml b/pythondeps.toml
index afb1364dd2..d2f62e7aaf 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -48,3 +48,4 @@ sphinx_rtd_theme = { accepted = ">=1.2.2", installed = 
"2.0.0" }
 # 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.55.0


Reply via email to