From 4cbad399f787211e2d13ba9e83757cd969a596a6 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 29 Jun 2020 19:22:22 +0300 Subject: [PATCH] Remove mbed framework from several tests --- tests/commands/test_check.py | 2 +- tests/commands/test_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/commands/test_check.py b/tests/commands/test_check.py index 94064bda..116e4a52 100644 --- a/tests/commands/test_check.py +++ b/tests/commands/test_check.py @@ -412,7 +412,7 @@ int main() { """ ) - frameworks = ["arduino", "mbed", "stm32cube"] + frameworks = ["arduino", "stm32cube"] if sys.version_info[0] == 3: # Zephyr only supports Python 3 frameworks.append("zephyr") diff --git a/tests/commands/test_test.py b/tests/commands/test_test.py index 608b0310..04a531ed 100644 --- a/tests/commands/test_test.py +++ b/tests/commands/test_test.py @@ -45,7 +45,7 @@ def test_multiple_env_build(clirunner, validate_cliresult, isolated_pio_core, tm """ [env:teensy31] platform = teensy -framework = mbed +framework = arduino board = teensy31 [env:native]