python.pkgs.whichcraft: run tests
This commit is contained in:
parent
effb378263
commit
fd764a1383
@ -11,6 +11,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/pydanny/whichcraft;
|
homepage = https://github.com/pydanny/whichcraft;
|
||||||
description = "Cross-platform cross-python shutil.which functionality";
|
description = "Cross-platform cross-python shutil.which functionality";
|
||||||
|
Loading…
Reference in New Issue
Block a user