diff --git a/tests/commands/test_platform.py b/tests/commands/test_platform.py index ec618a90..2c38e41d 100644 --- a/tests/commands/test_platform.py +++ b/tests/commands/test_platform.py @@ -83,8 +83,7 @@ def test_complex(clirunner, validate_cliresult): validate_cliresult(result) assert all([ s in result.output - for s in ("teensy", "Downloading", "Unpacking", - "tool-scons") + for s in ("teensy", "Downloading", "Unpacking") ]) # show platform information