From: Nizamudeen A Date: Wed, 12 Mar 2025 07:06:42 +0000 (+0530) Subject: mgr/dashboard: pin lxml to fix run-dashboard-tox-make-check failure X-Git-Tag: testing/wip-pdonnell-testing-20250312.174620-debug~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1f84505f1232dd8445df1a2a819fa000062d3934;p=ceph-ci.git mgr/dashboard: pin lxml to fix run-dashboard-tox-make-check failure xmlsec had an upgrade yesterday night and python3-saml might need to adapt its library accordingly I suppose. Testing a fix by pinning lxml Another approach is being tried out separately https://github.com/ceph/ceph/pull/62239, but that is failing with some other errors. Fixes: https://tracker.ceph.com/issues/70411 Signed-off-by: Nizamudeen A --- diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 8cf24eb6ae9..be0bc1efb02 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -14,3 +14,4 @@ jsonpatch grpcio==1.46.5 grpcio-tools==1.46.5 jmespath +lxml==4.8.0 # to fix https://github.com/xmlsec/python-xmlsec/issues/320