mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.et_xmlfile: fix tests
This commit is contained in:
parent
2ebc0350aa
commit
f7622389e1
1 changed files with 5 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue