Skip to content

Commit 013c389

Browse files
committed
mgr/dashboard: pin xmlsec to 1.3.13
xmlsec is an inner dependency used by python3-saml. A newer release of it broke the import. xmlsec/python-xmlsec#314 Signed-off-by: Nizamudeen A <[email protected]>
1 parent 08d35a8 commit 013c389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/dashboard/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-instafail
33
pyfakefs==4.5.0
44
jsonschema~=4.0
55
PyJWT~=2.0
6+
xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314

0 commit comments

Comments
 (0)