Remove mbed framework from several tests

This commit is contained in:
Valerii Koval
2020-06-29 19:22:22 +03:00
parent 2b8aebbdf9
commit 4cbad399f7
2 changed files with 2 additions and 2 deletions

View File

@@ -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")

View File

@@ -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]