You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix test_graphical_launch_all_apps.py
This commit is contained in:
@@ -147,6 +147,7 @@ class TestLaunchAllApps(unittest.TestCase):
|
||||
fail for fail in failed_apps
|
||||
if 'errortest' not in fail['info']['package_name'].lower() and
|
||||
not (fail['info']['package_name'] == 'com.micropythonos.musicplayer' and is_macos) and
|
||||
not (fail['info']['package_name'] == 'com.micropythonos.breakout' and is_macos) and
|
||||
not (fail['info']['package_name'] == 'com.micropythonos.camera' and is_macos)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user