pythonPackages.apipkg: fix tests
This commit is contained in:
parent
3d09c34184
commit
47a2a15013
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue