pythonPackages.et_xmlfile: fix tests

This commit is contained in:
Frederik Rietdijk 2016-02-08 21:53:45 +01:00
parent 2ebc0350aa
commit f7622389e1

View file

@ -8367,6 +8367,11 @@ in modules // {
sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1";
};
buildInputs = with self; [ lxml pytest ];
checkPhase = ''
py.test $out
'';
meta = {
description = "An implementation of lxml.xmlfile for the standard library";
longDescription = ''