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 5bf4ce2 commit 69953ceCopy full SHA for 69953ce
builder/frameworks/espidf.py
@@ -1109,6 +1109,10 @@ def _get_installed_pip_packages(python_exe_path):
1109
1110
return result
1111
1112
+ skip_python_packages = os.path.join(FRAMEWORK_DIR, ".pio_skip_pypackages")
1113
+ if os.path.isfile(skip_python_packages):
1114
+ return
1115
+
1116
deps = {
1117
# https://github.com/platformio/platformio-core/issues/4614
1118
"urllib3": "<2",
0 commit comments