aboutsummaryrefslogtreecommitdiff
blob: c286493a574a6702d2d569b9c9130e67873f84e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tools/idf_tools.py b/tools/idf_tools.py
index 8a17ed224d..2103e9d60a 100755
--- a/tools/idf_tools.py
+++ b/tools/idf_tools.py
@@ -2113,6 +2113,7 @@ def action_install_python_env(args):  # type: ignore
 
 
 def action_check_python_dependencies(args):  # type: ignore
+    return
     use_constraints = not args.no_constraints
     req_paths = get_requirements('')  # no new features -> just detect the existing ones