From bc69259dd10c4357e5fc205350305b2c5cbfda12 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 31 Jan 2020 15:10:45 +0200 Subject: [PATCH] Update tool-unity package to v2.5.0 // Resolve #3362 --- HISTORY.rst | 1 + platformio/managers/core.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 637fd75e..9cdbec47 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -23,6 +23,7 @@ PlatformIO Core 4.0 * Added support for "pythonPackages" in `platform.json `__ manifest (PlatformIO Package Manager will install dependent Python packages from PyPi registry automatically when dev-platform is installed) * Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 `_) * Updated SCons tool to 3.1.2 +* Updated Unity tool to 2.5.0 * Made package ManifestSchema compatible with marshmallow >= 3 (`issue #3296 `_) * Warn about broken library manifest when scanning dependencies (`issue #3268 `_) * Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 `_) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 4c3ccd2e..813cac05 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -27,7 +27,7 @@ CORE_PACKAGES = { "contrib-piohome": ">=3.1.0-rc.2,<3.2.0", "contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]), "tool-pioplus": "^2.6.1", - "tool-unity": "~1.20403.0", + "tool-unity": "~1.20500.0", "tool-scons": "~2.20501.7" if PY2 else "~3.30102.0", "tool-cppcheck": "~1.189.0", "tool-clangtidy": "^1.80000.0",