Add custom callback exception callable #12484
Annotations
3 errors
Test unit:
panel/tests/chat/test_feed.py#L341
TestChatFeedCallback.test_callback_exception_raise
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0>
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 991, in _set_tstate_lock
self._tstate_lock = _set_sentinel()
ResourceWarning: unclosed <socket.socket fd=21, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0>
|
Test unit:
panel/tests/chat/test_feed.py#L1133
TestChatFeedCallback.test_callback_exception_async_callable
TypeError: TestChatFeedCallback.test_callback_exception_async_callable.<locals>.exception_callback() missing 2 required positional arguments: 'exception' and 'instance'
|
Test unit
Process completed with exit code 1.
|
Loading