nose2Cov does not create pth for deps - propagate manually
This commit is contained in:
parent
8dd5f835fc
commit
8b777bbf57
@ -1649,7 +1649,7 @@ pythonPackages = python.modules // rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "nose2 plugin for coverage reporting, including subprocesses and multiprocessing";
|
description = "nose2 plugin for coverage reporting, including subprocesses and multiprocessing";
|
||||||
};
|
};
|
||||||
buildInputs = [ covCore nose2 ];
|
propagatedBuildInputs = [ covCore nose2 ];
|
||||||
});
|
});
|
||||||
|
|
||||||
notify = pkgs.stdenv.mkDerivation (rec {
|
notify = pkgs.stdenv.mkDerivation (rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user