labgrid-project / labgrid

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

labgrid/driver/power: deprecate siglent backend #1509

Closed Bastian-Krause closed 1 month ago

Bastian-Krause commented 1 month ago

Description Deprecate the siglent power backend: It uses the no longer maintained vxi11 module which again uses the deprecated (and in Python 3.13 removed) xdrlib. See issue #1507.

Bastian-Krause commented 1 month ago

Fixed typo in commit message.

Bastian-Krause commented 1 month ago

Rebased on latest master.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 56.6%. Comparing base (7ab6240) to head (809b286). Report is 17 commits behind head on master.

Files with missing lines Patch % Lines
labgrid/driver/power/siglent.py 33.3% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1509 +/- ## ======================================== - Coverage 56.7% 56.6% -0.1% ======================================== Files 168 168 Lines 13022 13025 +3 ======================================== + Hits 7384 7385 +1 - Misses 5638 5640 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.