From f7622389e1b754382d6b687c4676ead00e247ba2 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 8 Feb 2016 21:53:45 +0100 Subject: [PATCH] pythonPackages.et_xmlfile: fix tests --- pkgs/top-level/python-packages.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 43202f15a01..007a25c858b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 = ''