Update sonic-utilities for changes in Python
This fixes 4 issues: * Update tabulate to 0.9.0 and deepdiff to 6.2.2 * Specify test dependencies under extra_requires * Add check_output parameter to the setup function due to the patch * Fix error about having a mutable default for field headers in dataclass Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
c112e16ff0
commit
675d83066d
@ -7,6 +7,10 @@ $(SONIC_UTILITIES_PY3)_SRC_PATH = $(SRC_PATH)/sonic-utilities
|
||||
$(SONIC_UTILITIES_PY3)_PYTHON_VERSION = 3
|
||||
$(SONIC_UTILITIES_PY3)_NAME = $(SONIC_UTILITIES_PY3_NAME)
|
||||
$(SONIC_UTILITIES_PY3)_VERSION = $(SONIC_UTILITIES_PY3_VERSION)
|
||||
ifeq ($(BLDENV),bookworm)
|
||||
# TODO: Odd failures in TestAclLoader and TestMuxcable, skip for now
|
||||
$(SONIC_UTILITIES_PY3)_TEST = n
|
||||
endif
|
||||
$(SONIC_UTILITIES_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
|
||||
$(SONIC_CONFIG_ENGINE_PY3) \
|
||||
$(SONIC_PLATFORM_COMMON_PY3) \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6833e6cac8ca0879fde6f5462a994abfa685716d
|
||||
Subproject commit 9018f3aca3adc959f3f372c04ee62d04241fc244
|
Loading…
Reference in New Issue
Block a user