1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

Bump platformio to 6.0.2 (#3566)

This commit is contained in:
Jesse Hills
2022-06-21 11:53:51 +12:00
committed by GitHub
parent 01b3815f27
commit 311a48c64e
3 changed files with 4 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ def patch_structhash():
# removed/added. This might have unintended consequences, but this improves compile
# times greatly when adding/removing components and a simple clean build solves
# all issues
from platformio.commands.run import helpers, command
from platformio.run import helpers, cli
from os.path import join, isdir, getmtime
from os import makedirs
@@ -39,7 +39,7 @@ def patch_structhash():
# pylint: disable=protected-access
helpers.clean_build_dir = patched_clean_build_dir
command.clean_build_dir = patched_clean_build_dir
cli.clean_build_dir = patched_clean_build_dir
IGNORE_LIB_WARNINGS = f"(?:{'|'.join(['Hash', 'Update'])})"