labgrid-project / labgrid

Embedded systems control library for development, testing and installation
https://labgrid.readthedocs.io/
Other
343 stars 177 forks source link

Use PySNMP >6 asyncio API #1497

Open Emantor opened 2 months ago

Emantor commented 2 months ago

Description Update pysnmp and it's users to use the new async API, this should fix CI and also ensures we can properly use pysnmp in the future. Pushed additional fixes for no longer required pylint disables.

Checklist

Fixes https://github.com/labgrid-project/labgrid/issues/1493 Closes #1456