mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
remove pythonPackages.nose2Cov cc @chaoflow
This commit is contained in:
parent
e3fe98044c
commit
ed4b85abfc
@ -4877,18 +4877,6 @@ rec {
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
nose2Cov = if isPy26 then null else (buildPythonPackage rec {
|
||||
name = "nose2-cov-1.0a4";
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/n/nose2-cov/nose2-cov-1.0a4.tar.gz";
|
||||
md5 = "6442f03e2ea732b0e38eb5b00fbe0b31";
|
||||
};
|
||||
meta = {
|
||||
description = "nose2 plugin for coverage reporting, including subprocesses and multiprocessing";
|
||||
};
|
||||
propagatedBuildInputs = [ covCore nose2 ];
|
||||
});
|
||||
|
||||
nosejs = buildPythonPackage {
|
||||
name = "nosejs-0.9.4";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user