mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
Remove mbed framework from several tests
This commit is contained in:
@@ -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")
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user