File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
internal_filesystem/lib/mpos Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ internal_filesystem_excluded/
1919# these tests contain actual NWC URLs:
2020tests /manual_test_nwcwallet_alby.py
2121tests /manual_test_nwcwallet_cashu.py
22+ tests /manual_test_nwcwallet_coinos.py
2223
2324# Python cache files (created by CPython when testing imports)
2425__pycache__ /
Original file line number Diff line number Diff line change 1+ 0.6.1
2+ =====
3+ - ActivityNavigator: support pre-instantiated activities
4+
150.6.0
26=====
37- About app: make more beautiful
Original file line number Diff line number Diff line change 1- CURRENT_OS_VERSION = "0.6.0 "
1+ CURRENT_OS_VERSION = "0.6.1 "
22
33# Unique string that defines the hardware, used by OSUpdate and the About app
44_hardware_id = "missing-hardware-info"
Original file line number Diff line number Diff line change @@ -141,9 +141,12 @@ def test_it(self):
141141 _thread .start_new_thread (self .newthread , ())
142142 time .sleep (10 )
143143
144+
145+
146+
144147# This demonstrates a crash when doing asyncio using different threads:
145148#class TestCrashingSeparateThreads(unittest.TestCase):
146- class TestCrashingSeparateThreads ():
149+ class TestCrashingSeparateThreads (): # Disabled
147150
148151 # ----------------------------------------------------------------------
149152 # Configuration
You can’t perform that action at this time.
0 commit comments