mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +03:00
python.pkgs.whichcraft: run tests
This commit is contained in:
parent
effb378263
commit
fd764a1383
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/pydanny/whichcraft;
|
||||
description = "Cross-platform cross-python shutil.which functionality";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue