Drop Python 3.9 and 3.10 compatibility #946
Annotations
6 errors and 10 warnings
|
Run pytest
Process completed with exit code 1.
|
|
Run pytest:
tests/test_application.py#L587
test_send_success
RuntimeError: There is no current event loop in thread 'MainThread'.
|
|
Run pytest:
tests/test_application.py#L548
test_send_failure[255]
RuntimeError: There is no current event loop in thread 'MainThread'.
|
|
Run pytest:
tests/test_application.py#L548
test_send_failure[EmberIncomingMessageType.INCOMING_UNICAST]
RuntimeError: There is no current event loop in thread 'MainThread'.
|
|
Run pytest:
tests/test_application.py#L548
test_send_failure[EmberIncomingMessageType.INCOMING_MULTICAST]
RuntimeError: There is no current event loop in thread 'MainThread'.
|
|
Run pytest:
tests/test_application.py#L548
test_send_failure[EmberIncomingMessageType.INCOMING_BROADCAST]
RuntimeError: There is no current event loop in thread 'MainThread'.
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
bellows/thread.py#L101
'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/unittest/mock.py#L2252
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/unittest/mock.py#L2252
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/unittest/mock.py#L2252
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/unittest/mock.py#L2252
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
|
Loading