Skip to content

slapos_slap_tool: (test) Replace pyxml by lxml

Rafael Monnerat requested to merge rafael/slapos.core:drop-pyxml into master

Use lxml on tests since pyxml was removed (from our build).

A side effect is the usage of double quote rather them single quote when parse the response, but it is quite minimal change (no impact in production or API, only for this particular test)

Merge request reports