10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
16 owner = "mahmoudimus";
19 sha256 = "0xsai2l5i1av62y9y0q63wy2zk27klmf2jizgghhxg2y8nfa8x3x";
22 propagatedBuildInputs = [ nose ];
33 nosetests --verbosity 2 tests
37 pythonImportsCheck = [ "nosetimer" ];
40 description = "A timer plugin for nosetests";
41 homepage = "https://github.com/mahmoudimus/nose-timer";
42 license = licenses.mit;
43 maintainers = with maintainers; [ doronbehar ];