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:
@@ -19,6 +19,7 @@ internal_filesystem_excluded/
|
||||
# these tests contain actual NWC URLs:
|
||||
tests/manual_test_nwcwallet_alby.py
|
||||
tests/manual_test_nwcwallet_cashu.py
|
||||
tests/manual_test_nwcwallet_coinos.py
|
||||
|
||||
# Python cache files (created by CPython when testing imports)
|
||||
__pycache__/
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0.6.1
|
||||
=====
|
||||
- ActivityNavigator: support pre-instantiated activities
|
||||
|
||||
0.6.0
|
||||
=====
|
||||
- About app: make more beautiful
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CURRENT_OS_VERSION = "0.6.0"
|
||||
CURRENT_OS_VERSION = "0.6.1"
|
||||
|
||||
# Unique string that defines the hardware, used by OSUpdate and the About app
|
||||
_hardware_id = "missing-hardware-info"
|
||||
|
||||
@@ -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