You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also some deprecation warnings that we could fix
can/interfaces/__init__.py:36
/home/runner/work/python-can/python-can/can/interfaces/__init__.py:36: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
if "can.interface" in entry:
test/notifier_test.py::AsyncNotifierTest::test_asyncio_notifier
/home/runner/work/python-can/python-can/test/notifier_test.py:43: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Most of the work was done in #1224 and #1221, but maybe small stuff is left and we want to have a clean release.
The text was updated successfully, but these errors were encountered: