python-pytestcov: add missing dependencies
This commit is contained in:
parent
f4289c8b19
commit
bf64f96e7f
@ -5509,7 +5509,8 @@ in {
|
|||||||
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
|
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ covCore pytest virtualenv process-tests helper ];
|
propagatedBuildInputs = with self; [ pytest coverage ];
|
||||||
|
buildInputs = with self; [ covCore virtualenv process-tests helper ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user