From a481a5dedad8c45fa5fe362b47eb1e9876938bc5 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 15 Oct 2019 23:30:02 +0300 Subject: [PATCH] Fix issue with "remote test" // Resolve #3127 --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 8c6227fa..4ff9e5da 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -26,7 +26,7 @@ from platformio.project.config import ProjectConfig CORE_PACKAGES = { "contrib-piohome": "^2.3.2", "contrib-pysite": "~2.%d%d.190418" % (sys.version_info[0], sys.version_info[1]), - "tool-pioplus": "^2.5.5", + "tool-pioplus": "^2.5.6", "tool-unity": "~1.20403.0", "tool-scons": "~2.20501.7" if PY2 else "~3.30101.0", "tool-cppcheck": "~1.189.0",