python3Packages.jxmlease: disable tests due to expat breakage

This commit is contained in:
Martin Weinelt 2022-03-16 14:44:23 +01:00
parent c3a6f94367
commit dd4a30e1b6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,6 +18,10 @@ buildPythonPackage rec {
lxml
];
# tests broken in expat bump
# https://github.com/Juniper/jxmlease/issues/26
doCheck = false;
checkPhase = ''
runHook preCheck
${python.interpreter} -m unittest discover -v