1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.pytestcov: never propagate pytest

Because we have multiple versions of pytest and we do not want to end up
with multiple in one closure.
This commit is contained in:
Frederik Rietdijk 2017-05-03 08:34:47 +02:00
parent 6d1408153c
commit d317e834c1

View file

@ -5424,8 +5424,8 @@ in {
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
};
propagatedBuildInputs = with self; [ pytest coverage ];
buildInputs = with self; [ covCore virtualenv process-tests helper ];
propagatedBuildInputs = with self; [ coverage ];
buildInputs = with self; [ pytest covCore virtualenv process-tests helper ];
doCheck = false;
checkPhase = ''