You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Increment version
This commit is contained in:
@@ -141,9 +141,12 @@ class TestTwoWebsockets(unittest.TestCase):
|
||||
_thread.start_new_thread(self.newthread, ())
|
||||
time.sleep(10)
|
||||
|
||||
|
||||
|
||||
|
||||
# This demonstrates a crash when doing asyncio using different threads:
|
||||
#class TestCrashingSeparateThreads(unittest.TestCase):
|
||||
class TestCrashingSeparateThreads():
|
||||
class TestCrashingSeparateThreads(): # Disabled
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Configuration
|
||||
|
||||
Reference in New Issue
Block a user