pythonPackages.apipkg: fix tests

This commit is contained in:
Frederik Rietdijk 2016-09-01 10:47:08 +02:00
parent 3d09c34184
commit 47a2a15013

View file

@ -887,6 +887,10 @@ in modules // {
buildInputs = with self; [ pytest ];
checkPhase = ''
py.test
'';
meta = {
description = "Namespace control and lazy-import mechanism";
homepage = "http://bitbucket.org/hpk42/apipkg";