Fix odict deprecation warnings#37
Conversation
| from salt.exceptions import (CommandExecutionError, SaltInvocationError) | ||
| from salt.output import nested | ||
| from salt.utils.odict import OrderedDict as _OrderedDict | ||
| from collections import OrderedDict as _OrderedDict |
There was a problem hiding this comment.
There was a problem hiding this comment.
4a701d2 to
774a41a
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026030913-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026020304-devel&flavor=update
Failed tests35 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/166096#dependencies 20 fixed
Unstable testsDetails
Performance TestsPerformance degradation:8 performance degradations
Remaining performance tests:103 tests
|
Description
Replace deprecated
salt.utils.odict.OrderedDictwithsalt.utils.datastructures.OrderedDict.This removes the DeprecationWarning spam seen during
qubesctlruns.Note: This is part 2 of a two-part fix. The first part is in
qubes-mgmt-salt-base-topd.Fixes QubesOS/qubes-issues#10742