11 buildPythonPackage rec {
12 pname = "nose-progressive";
16 inherit pname version;
17 sha256 = "1mzmgq0wnfizmg9m2wn0c9g9282rdgv1jnphp8ww5h8kwqrjhvis";
20 buildInputs = [ nose ];
21 propagatedBuildInputs = [ pillow blessings ];
23 # fails with obscure error
27 homepage = "https://github.com/erikrose/nose-progressive";
28 description = "A testrunner with a progress bar and smarter tracebacks";
29 license = licenses.mit;
30 maintainers = with maintainers; [ domenkozar ];
31 broken = true; # relies on 2to3 conversion, which was removed from setuptools>=58.0