]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: pin lxml to fix run-dashboard-tox-make-check failure
authorNizamudeen A <nia@redhat.com>
Wed, 12 Mar 2025 07:06:42 +0000 (12:36 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 12 Mar 2025 17:19:02 +0000 (22:49 +0530)
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 <nia@redhat.com>
(cherry picked from commit 1f84505f1232dd8445df1a2a819fa000062d3934)

 Conflicts:
src/pybind/mgr/dashboard/requirements.txt
 - didn't add the dependency that are present in main and only added the
   lxml pinning

src/pybind/mgr/dashboard/requirements.txt

index b5c78ac8bec405ea7704af45113db1e0acdb7343..27b1615912465f3670686a1df1532eec77369635 100644 (file)
@@ -13,3 +13,4 @@ setuptools
 jsonpatch
 grpcio==1.46.5
 grpcio-tools==1.46.5
+lxml==4.8.0  # to fix https://github.com/xmlsec/python-xmlsec/issues/320