mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 17:22:33 +00:00
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:
committed by
Ying Xie
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) \
|
||||
|
||||
Submodule src/sonic-utilities updated: 6833e6cac8...9018f3aca3
Reference in New Issue
Block a user