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:
parent
6d1408153c
commit
d317e834c1
@ -5424,8 +5424,8 @@ in {
|
|||||||
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
|
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pytest coverage ];
|
propagatedBuildInputs = with self; [ coverage ];
|
||||||
buildInputs = with self; [ covCore virtualenv process-tests helper ];
|
buildInputs = with self; [ pytest covCore virtualenv process-tests helper ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user