pythonPackages.et_xmlfile: fix tests
This commit is contained in:
parent
2ebc0350aa
commit
f7622389e1
|
@ -8367,6 +8367,11 @@ in modules // {
|
||||||
sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1";
|
sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ lxml pytest ];
|
||||||
|
checkPhase = ''
|
||||||
|
py.test $out
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of lxml.xmlfile for the standard library";
|
description = "An implementation of lxml.xmlfile for the standard library";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in New Issue