python3Packages.jxmlease: disable tests due to expat breakage
This commit is contained in:
parent
c3a6f94367
commit
dd4a30e1b6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue