8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "298c3c655da587f6cab8a666e9f4b150320032431062dea91353988d45c8b883";
17 propagatedBuildInputs = [ coverage nose ];
20 description = "Extends nose.plugins.cover to add Cobertura-style XML reports";
21 homepage = "https://github.com/cmheisel/nose-xcover/";
22 license = licenses.bsd3;