10 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "mahmoudimus";
18 sha256 = "0xsai2l5i1av62y9y0q63wy2zk27klmf2jizgghhxg2y8nfa8x3x";
21 propagatedBuildInputs = [ nose ];
32 nosetests --verbosity 2 tests
36 pythonImportsCheck = [ "nosetimer" ];
39 description = "A timer plugin for nosetests";
40 homepage = "https://github.com/mahmoudimus/nose-timer";
41 license = licenses.mit;
42 maintainers = with maintainers; [ doronbehar ];