pythonPackages.packaging: fix test runner
This commit is contained in:
parent
632a62a8c0
commit
8227e665f8
1 changed files with 4 additions and 0 deletions
|
@ -32006,6 +32006,10 @@ EOF
|
||||||
license = [ licenses.bsd2 licenses.asl20 ];
|
license = [ licenses.bsd2 licenses.asl20 ];
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
pypandoc = buildPythonPackage rec {
|
pypandoc = buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue