10 buildPythonPackage rec {
11 pname = "nose-progressive";
15 inherit pname version;
16 sha256 = "1mzmgq0wnfizmg9m2wn0c9g9282rdgv1jnphp8ww5h8kwqrjhvis";
19 buildInputs = [ nose ];
20 propagatedBuildInputs = [ pillow blessings ];
22 # fails with obscure error
26 homepage = "https://github.com/erikrose/nose-progressive";
27 description = "A testrunner with a progress bar and smarter tracebacks";
28 license = licenses.mit;
29 maintainers = with maintainers; [ domenkozar ];