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 = {
|
||||
description = "nose2 plugin for coverage reporting, including subprocesses and multiprocessing";
|
||||
};
|
||||
buildInputs = [ covCore nose2 ];
|
||||
propagatedBuildInputs = [ covCore nose2 ];
|
||||
});
|
||||
|
||||
notify = pkgs.stdenv.mkDerivation (rec {
|
||||
|
|
Loading…
Reference in New Issue