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";
|
||||
};
|
||||
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user