Skip to content

Commit 1f84505

Browse files
committed
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 ceph#62239, but that is failing with some other errors. Fixes: https://tracker.ceph.com/issues/70411 Signed-off-by: Nizamudeen A <[email protected]>
1 parent be3c7b5 commit 1f84505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/dashboard/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jsonpatch
1414
grpcio==1.46.5
1515
grpcio-tools==1.46.5
1616
jmespath
17+
lxml==4.8.0 # to fix https://github.com/xmlsec/python-xmlsec/issues/320

0 commit comments

Comments
 (0)