Bug fixes in 25.0.1
- Fix losing exceptions in
SSHDriver
control master start while handling timeouts in some cases. - Make pytestplugin only set a color for the custom console log level if formatter class supports it.
- Add missing
MatchedSysfsGPIO
binding toGpioDigitalOutputDriver
. - Fix a couple of unevaluated variables in exception and log messages.
- Use only non-deprecated directives in Dockerfile.
- Always use latest stable docker compose release in CI.
- Create symlinks in
ManagedFile
even when skipping sync for local providers. - Use
importlib
instead ofpkg_resources
to retrieve version, because setuptools (providingpkg_resources
) is no longer pre-installed in virtualenvs created with thevenv
module. - Allow passing non-strings to
StepFormatter
. - Properly escape file and directory names in the
USBStorageDriver
. - Fix
labgrid-client
named resource handling for theio
,bootstrap
,sd-mux
andvideo
sub commands.
Full Changelog: v25.0...v25.0.1