Increment version

This commit is contained in:
Thomas Farstrike
2026-01-16 17:06:41 +01:00
parent 121f121a5d
commit 7fd86daeda
4 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -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