pythonPackages.apipkg: fix tests
This commit is contained in:
parent
3d09c34184
commit
47a2a15013
@ -887,6 +887,10 @@ in modules // {
|
|||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Namespace control and lazy-import mechanism";
|
description = "Namespace control and lazy-import mechanism";
|
||||||
homepage = "http://bitbucket.org/hpk42/apipkg";
|
homepage = "http://bitbucket.org/hpk42/apipkg";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user